diff --git a/DESCRIPTION b/DESCRIPTION index f608843..0904eca 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -11,8 +11,8 @@ Description: Enables the automation of actions across the pipeline starting from 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 -cph: Tom Beesley URL: https://tombeesley.github.io/eyetools/ BugReports: https://github.com/tombeesley/eyetools/issues Depends: @@ -34,7 +34,6 @@ Suggests: knitr, rmarkdown, testthat (>= 3.0.0), - tidyverse VignetteBuilder: knitr Config/testthat/edition: 3 diff --git a/man/eyetools-package.Rd b/man/eyetools-package.Rd index 3704b42..edbb8a7 100644 --- a/man/eyetools-package.Rd +++ b/man/eyetools-package.Rd @@ -5,9 +5,7 @@ \alias{eyetools} \alias{eyetools-package} \title{eyetools: Analyse Eye Data} -\description{ -Enables the automation of actions across the pipeline starting from combining raw binocular data, repairing missing data, through to event-related processing (fixations, saccades, time in AOIs), to data visualisation. 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} -} +\description{Enables the automation of actions across the pipeline starting from combining raw binocular data, repairing missing data, through to event-related processing (fixations, saccades, time in AOIs), to data visualisation. 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}} \seealso{ Useful links: \itemize{ @@ -17,7 +15,7 @@ Useful links: } \author{ -\strong{Maintainer}: Beesley Tom \email{matthew.ivory@lancaster.ac.uk} +\strong{Maintainer}: Beesley Tom \email{t.beesley@lancaster.ac.uk} Authors: \itemize{ diff --git a/vignettes/eyetools.Rmd b/vignettes/eyetools.Rmd index 9489d3f..6bd9f2d 100644 --- a/vignettes/eyetools.Rmd +++ b/vignettes/eyetools.Rmd @@ -26,7 +26,7 @@ The eyetools package is designed to provide a consistent set of functions that h You can install eyetools using the following code: -```{r, eval=FALSE} +```{r, eval=FALSE, include=FALSE} if (!require(devtools)) { install.packages("devtools")