Package: saccadr Type: Package Title: Extract Saccades via an Ensemble of Methods Approach Version: 0.1.3 Date: 2023-09-06 Authors@R: person(given = "Alexander", family = "Pastukhov", role = c("aut", "cre"), email ="pastukhov.alexander@gmail.com", comment = c(ORCID = "0000-0002-8738-8591")) Description: A modular and extendable approach to extract (micro)saccades from gaze samples via an ensemble of methods. Although there is an agreement about a general definition of a saccade, the more specific details are harder to agree upon. Therefore, there are numerous algorithms that extract saccades based on various heuristics, which differ in the assumptions about velocity, acceleration, etc. The package uses three methods (Engbert and Kliegl (2003) , Otero-Millan et al. (2014), and Nyström and Holmqvist (2010) ) to label individual samples and then applies a majority vote approach to identify saccades. The package includes three methods but can be extended via custom functions. It also uses a modular approach to compute velocity and acceleration from noisy samples. Finally, you can obtain methods votes per gaze sample instead of saccades. License: GPL (>= 3) URL: https://github.com/alexander-pastukhov/saccadr/, https://alexander-pastukhov.github.io/saccadr/ BugReports: https://github.com/alexander-pastukhov/saccadr/issues/ Imports: magrittr, Rcpp (>= 1.0.8) LinkingTo: Rcpp Encoding: UTF-8 LazyData: true RoxygenNote: 7.2.3 VignetteBuilder: knitr Depends: R (>= 4.1.0), dplyr, rlang, cluster, signal, tidyr Suggests: rmarkdown, knitr, ggplot2, spelling, testthat (>= 3.0.0) Language: en-US Config/testthat/edition: 3 Config/pak/sysreqs: libicu-dev Repository: https://alexander-pastukhov.r-universe.dev Date/Publication: 2023-09-06 12:35:18 UTC RemoteUrl: https://github.com/alexander-pastukhov/saccadr RemoteRef: HEAD RemoteSha: c8badfb803a51ac4a0cc788cfa061322eb9b8ef4 NeedsCompilation: yes Packaged: 2026-07-04 06:20:03 UTC; root Author: Alexander Pastukhov [aut, cre] (ORCID: ) Maintainer: Alexander Pastukhov