-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.07 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
Package: FDBeye
Type: Package
Title: Functions to Ease Work with Eyetracker Data
Version: 0.0.21.9999
Date: 2017-09-06
Authors@R: c(
person("David", "Braze", email="[email protected]", role=c("aut", "cre")),
person("Tao", "Gong", role="aut"),
person("Monica", "Li", role="aut"),
person("Jenna", "Duclos", role="aut"),
person("Ruy", "Valle-Mena", role="ctb"),
person("Titus", "von der Malsburg", role="ctb")
)
Maintainer: David Braze <[email protected]>
Depends:
R (>= 3.1.1)
Imports:
abind,
dplyr,
FDButils (>= 0.0.5),
ggplot2,
grid,
plyr,
png,
purrrlyr,
stats,
stringr,
tools,
yaml
Remotes:
github::davebraze/FDButils
Description:
Functions to ease working with eye-tracker data.
Currently, most functionality is focused on, and
limited to, data from SR Research EyeLink systems.
License: MIT + file LICENSE
LazyData: true
URL: https://github.com/davebraze/FDBeye
BugReports: https://github.com/davebraze/FDBeye/issues
RoxygenNote: 6.0.1
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr