-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.08 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
Package: eyetrackingR
Type: Package
Version: 0.1.8
Title: Eye-Tracking Data Analysis
Authors@R: c(
person("Jacob", "Dink", email = "[email protected]", role = c("aut", "cre")),
person("Brock", "Ferguson", email = "[email protected]", role = c("aut"))
)
Description: A set of tools that address tasks along the pipeline from raw
data to analysis and visualization for eye-tracking data. Offers several
popular types of analyses, including linear and growth curve time analyses,
onset-contingent reaction time analyses, as well as several non-parametric
bootstrapping approaches.
URL: http://eyetracking-r.com
BugReports: https://github.com/jwdink/eyetrackingR/issues
Date: 2018-12-03
Depends:
R (>= 3.2.0),
dplyr (>= 0.7.4)
License: MIT + file LICENSE
LazyData: true
Imports:
broom (>= 0.3.7),
ggplot2 (>= 2.0),
lazyeval (>= 0.1.10),
zoo (>= 1.7-12),
tidyr (>= 0.3.1),
purrr (>= 0.2.4)
Suggests:
pbapply,
knitr,
lme4 (>= 1.1-10),
Matrix,
testthat,
rmarkdown,
doMC,
foreach
VignetteBuilder: knitr
RoxygenNote: 6.1.1