Type: Package
Package: eyetools
Title: Analyse Eye Data
Version: 0.9.2
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, png, grid
Suggests: knitr, rmarkdown, testthat (>= 3.0.0),
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Language: en-GB
NeedsCompilation: no
Packaged: 2025-06-17 11:20:53 UTC; beesleyt
Author: Tom Beesley [aut, cre],
  Matthew Ivory [aut]
Maintainer: Tom Beesley <t.beesley@lancaster.ac.uk>
Repository: CRAN
Date/Publication: 2025-06-18 11:40:02 UTC
Built: R 4.5.1; ; 2025-10-26 02:34:10 UTC; windows
