Last data update: 2014.03.03

saccades

Package: saccades
Type: Package
Title: Detection of Fixations in Eye-Tracking Data
Version: 0.1-1
Date: 2015-03-17
Authors@R: c(person("Titus", "von der Malsburg", email="malsburg@posteo.de",
role=c("aut", "cph", "cre")))
Description: Functions for detecting eye fixations in raw eye-tracking
data. The detection is done using a velocity-based algorithm for
saccade detection proposed by Ralf Engbert and Reinhold Kliegl in
2003. The algorithm labels segments as saccades when the velocity of
the eye movement exceeds a certain threshold. Anything between two
saccades is considered a fixation. Thus the algorithm is not
appropriate for data containing episodes of smooth pursuit eye
movements.
License: GPL-2
URL: https://github.com/tmalsburg/saccades
BugReports: https://github.com/tmalsburg/saccades/issues
Depends: R (>= 2.10), zoom
Packaged: 2015-03-17 23:21:09 UTC; malsburg
Author: Titus von der Malsburg [aut, cph, cre]
Maintainer: Titus von der Malsburg <malsburg@posteo.de>
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-03-18 07:02:18

● 0 images, 6 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'saccades' ...
** package 'saccades' successfully unpacked and MD5 sums checked
** R
** data
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'saccades'
    finding HTML links ... done
    calculate.summary                       html  
    detect.fixations                        html  
    diagnostic.plot                         html  
Rd warning: /tmp/RtmpQAz69X/R.INSTALL53183f4c9955/saccades/man/diagnostic.plot.Rd:32: missing file link 'replayPlot'
    fixations                               html  
    saccades                                html  
    samples                                 html  
** building package indices
** testing if installed package can be loaded
* DONE (saccades)
Making 'packages.html' ... done