Package: trimr Version: 1.1.1.9000 Date: 2022-05-05 Authors@R: c( person("James", "Grange", email = "grange.jim@gmail.com", role = c("cre", "aut")), person("Ed", "Berry", role = "ctb")) Title: An Implementation of Common Response Time Trimming Methods Description: Provides various commonly-used response time trimming methods, including the recursive / moving-criterion methods reported by Van Selst and Jolicoeur (1994). By passing trimming functions raw data files, the package will return trimmed data ready for inferential testing. Depends: R (>= 4.0) Imports: stats, dplyr License: GPL-3 LazyData: true URL: https://cran.r-project.org/web/packages/trimr/index.html, https://github.com/JimGrange/trimr BugReports: https://github.com/JimGrange/trimr/issues Suggests: knitr, rmarkdown VignetteBuilder: knitr RoxygenNote: 7.1.1 Repository: https://jimgrange.r-universe.dev Date/Publication: 2022-05-05 03:08:44 UTC RemoteUrl: https://github.com/jimgrange/trimr RemoteRef: HEAD RemoteSha: f35e44dbe7868d5111a48c8a679b9cbcb04c541e NeedsCompilation: no Packaged: 2026-06-17 10:37:07 UTC; root Author: James Grange [cre, aut], Ed Berry [ctb] Maintainer: James Grange