-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
48 lines (48 loc) · 1.44 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
Type: Package
Package: eyetools
Title: Analyse Eye Data
Version: 0.8.1
Authors@R: c(
person("Tom", "Beesley", , "t.beesley@lancaster.ac.uk", role = c("aut", "cre")),
person("Matthew", "Ivory", , "matthew.ivory@lancaster.ac.uk", role = "aut")
)
Description: Enables the automation of actions across the pipeline, including
initial steps of transforming binocular data and gap repair to event-based
processing such as fixations, saccades, and entry/duration in Areas of
Interest (AOIs). It also offers visualisation of eye movement and AOI
entries. These tools take relatively raw (trial, time, x, and y form) data
and can be used to return fixations, saccades, and AOI entries and time spent
in AOIs. As the tools rely on this basic data format, the functions can work
with data from any eye tracking device. Implements fixation and saccade
detection using methods proposed by Salvucci and Goldberg (2000)
<doi:10.1145/355017.355028>.
License: GPL-3
URL: https://tombeesley.github.io/eyetools/
BugReports: https://github.com/tombeesley/eyetools/issues
Depends:
R (>= 2.10)
Imports:
ggforce,
ggplot2,
viridis,
glue,
hdf5r,
lifecycle,
magick,
pbapply,
rlang,
stats,
utils,
zoo
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Language: en-GB