Type: Package Package: eyetools Title: Analyse Eye Data Version: 0.10.0 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) . License: GPL-3 URL: https://tombeesley.github.io/eyetools/ BugReports: https://github.com/tombeesley/eyetools/issues Depends: R (>= 3.5) Imports: ggforce, ggplot2, viridis, glue, hdf5r, lifecycle, magick, pbapply, rlang, stats, utils, zoo, png, grid, ggrepel, abind Suggests: knitr, rmarkdown, testthat (>= 3.0.0), VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) Language: en-GB Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libfontconfig1-dev libfreetype6-dev libhdf5-dev libmagick++-dev gsfonts libpng-dev libssl-dev Repository: https://tombeesley.r-universe.dev Date/Publication: 2026-07-17 20:03:28 UTC RemoteUrl: https://github.com/tombeesley/eyetools RemoteRef: HEAD RemoteSha: 812a2dc7fb90f9f37c382fc3edf1b571dd9e7e04 NeedsCompilation: no Packaged: 2026-07-17 21:37:01 UTC; root Author: Tom Beesley [aut, cre], Matthew Ivory [aut] Maintainer: Tom Beesley