-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
47 lines (47 loc) · 1.38 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
Package: eyelinkReader
Title: Import Gaze Data for EyeLink Eye Tracker
Version: 1.0.3
Date: 2024-10-08
Authors@R:
person(given = "Alexander",
family = "Pastukhov",
role = c("aut", "cre"),
email ="pastukhov.alexander@gmail.com",
comment = c(ORCID = "0000-0002-8738-8591"))
Description: Import gaze data from edf files generated by
the SR Research <https://www.sr-research.com/> EyeLink eye tracker. Gaze data,
both recorded events and samples, is imported per trial. The package allows to extract
events of interest, such as saccades, blinks, etc. as well as
recorded variables and custom events (areas of interest, triggers) into separate tables.
The package requires EDF API library that can be obtained at <https://www.sr-research.com/support/>.
License: GPL (>= 3)
URL: https://github.com/alexander-pastukhov/eyelinkReader/,
https://alexander-pastukhov.github.io/eyelinkReader/
BugReports: https://github.com/alexander-pastukhov/eyelinkReader/issues
Depends:
R (>= 4.1.0),
RcppProgress,
rlang
Encoding: UTF-8
NeedsCompilation: yes
VignetteBuilder:
knitr
LazyData: true
LinkingTo: Rcpp, RcppProgress
Imports:
dplyr,
fs,
purrr,
Rcpp,
stringr,
tidyr,
methods,
ggplot2
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
SystemRequirements: GNU make
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0)
Config/testthat/edition: 3