Package: eyelinkReader
Title: Import Gaze Data for EyeLink Eye Tracker
Version: 1.0.3
Date: 2025-01-09
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
SystemRequirements: GNU make
Suggests: rmarkdown, knitr, testthat (>= 3.0.0)
Config/testthat/edition: 3
Packaged: 2025-01-09 15:43:39 UTC; ba7dr4
Author: Alexander Pastukhov [aut, cre]
    (<https://orcid.org/0000-0002-8738-8591>)
Maintainer: Alexander Pastukhov <pastukhov.alexander@gmail.com>
Repository: CRAN
Date/Publication: 2025-01-09 16:00:01 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-08 04:17:39 UTC; windows
Archs: x64
