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 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 .
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
Config/pak/sysreqs: cmake make libicu-dev libuv1-dev
Repository: https://alexander-pastukhov.r-universe.dev
Date/Publication: 2024-12-24 16:15:22 UTC
RemoteUrl: https://github.com/alexander-pastukhov/eyelinkreader
RemoteRef: HEAD
RemoteSha: f041af9117ac14c954078b2871681207743d0fe4
Packaged: 2026-07-16 08:29:50 UTC; root
Author: Alexander Pastukhov [aut, cre] (ORCID:
)
Maintainer: Alexander Pastukhov