-
Notifications
You must be signed in to change notification settings - Fork 17
/
DESCRIPTION
61 lines (61 loc) · 1.92 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Package: mousetrap
Type: Package
Version: 3.2.3.9000
Title: Process and Analyze Mouse-Tracking Data
Description: Mouse-tracking, the analysis of mouse movements in computerized
experiments, is a method that is becoming increasingly popular in the
cognitive sciences. The mousetrap package offers functions for importing,
preprocessing, analyzing, aggregating, and visualizing mouse-tracking data.
An introduction into mouse-tracking analyses using mousetrap can be found
in Wulff, Kieslich, Henninger, Haslbeck, & Schulte-Mecklenbeck (2023)
<doi:10.31234/osf.io/v685r> (preprint:
<https://osf.io/preprints/psyarxiv/v685r>).
Maintainer: Pascal J. Kieslich <[email protected]>
Authors@R: c(
person(c("Pascal","J."), "Kieslich", role= c("aut", "cre"),
email= "[email protected]",
comment = c(ORCID = "0000-0002-0853-9364")),
person(c("Dirk","U."), "Wulff", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-4008-8022")),
person("Felix", "Henninger", role = "aut",
email= "[email protected]",
comment = c(ORCID = "0000-0002-7730-9511")),
person(c("Jonas","M. B."), "Haslbeck", role = "aut",
email = "[email protected]"),
person("Sarah", "Brockhaus", role = "ctb")
)
URL: https://pascalkieslich.github.io/mousetrap/, https://github.com/pascalkieslich/mousetrap
BugReports: https://github.com/pascalkieslich/mousetrap/issues
License: GPL-3
Depends:
R (>= 3.1.0),
Imports:
utils,
stats,
pracma,
dplyr (>= 0.5.0),
tidyr,
magrittr,
graphics,
grDevices,
ggplot2,
scales,
psych (>= 1.2.4),
Rcpp (>= 0.11.4),
diptest,
RColorBrewer,
cstab,
fastcluster,
parallel,
fields,
rlang,
lifecycle
Suggests:
readbulk,
testthat
LinkingTo: Rcpp
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)