-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
71 lines (71 loc) · 2.8 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
62
63
64
65
66
67
68
69
70
71
Package: eyeris
Type: Package
Title: Flexible, Extensible, & Reproducible Processing of Pupil Data
Version: 1.1.0
Date: 2025-03-28
Authors@R:
c(
person(
given = "Shawn",
family = "Schwartz",
role = c("aut", "cre", "cph"),
email = "stschwartz@stanford.edu",
comment = c(ORCID = "0000-0001-6444-8451")
),
person("Stanford Wu Tsai Human Performance Alliance", role = "fnd"),
person("Stanford Ric Weiland Graduate Fellowship", role = "fnd"),
person("Stanford Center for Mind, Brain, Computation and Technology", role = "fnd"),
person("NIH National Institute on Aging R01 AG065255", role = "fnd"),
person(
given = "Mingjian",
family = "He",
role = "ctb",
comment = c(ORCID = "0000-0002-6688-8693")
),
person(
given = "Haopei",
family = "Yang",
role = "ctb",
comment = c(ORCID = "0000-0002-1207-3245")
),
person(
given = "Gustavo",
family = "Santiago-Reyes",
role = "ctb",
comment = c(ORCID = "0009-0005-3764-3215")
)
)
Description: Pupillometry offers a non-invasive window into the mind and has been used extensively as a psychophysiological readout of arousal signals linked with cognitive processes like attention, stress, and emotional states [Clewett et al. (2020) <doi:10.1038/s41467-020-17851-9>; Kret & Sjak-Shie (2018) <doi:10.3758/s13428-018-1075-y>; Strauch (2024) <doi:10.1016/j.tins.2024.06.002>]. Yet, despite decades of pupillometry research, many established packages and workflows to date unfortunately lack design patterns based on Findability, Accessibility, Interoperability, and Reusability (FAIR) principles [see Wilkinson et al. (2016) <doi:10.1038/sdata.2016.18>]. 'eyeris', on the other hand, follows a design philosophy that provides users with an intuitive, modular, performant, and extensible pupillometry data preprocessing framework out-of-the-box. 'eyeris' introduces a Brain Imaging Data Structure (BIDS)-like organization for derivative (i.e., preprocessed) pupillometry data as well as an intuitive workflow for inspecting preprocessed pupil epochs using interactive output report files [Esteban et al. (2019) <doi:10.1038/s41592-018-0235-4>; Gorgolewski et al. (2016) <doi:10.1038/sdata.2016.44>].
Encoding: UTF-8
Depends:
R (>= 4.1)
Imports:
eyelinker,
dplyr,
gsignal,
purrr,
zoo,
cli,
rlang,
stringr,
utils,
stats,
graphics,
grDevices,
tidyr,
progress,
data.table,
withr,
lifecycle
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
License: MIT + file LICENSE
Config/testthat/edition: 3
LazyData: true
URL: https://shawnschwartz.com/eyeris/, https://github.com/shawntz/eyeris/
BugReports: https://github.com/shawntz/eyeris/issues