Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
M1V0 authored Oct 22, 2024
2 parents d4966b0 + 44462e6 commit 2ef6774
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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) <doi:10.1145/355017.355028>

License: GPL-3
cph: Tom Beesley
URL: https://tombeesley.github.io/eyetools/
BugReports: https://github.com/tombeesley/eyetools/issues
Depends:
Expand All @@ -34,7 +34,6 @@ Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
tidyverse
VignetteBuilder:
knitr
Config/testthat/edition: 3
Expand Down
6 changes: 2 additions & 4 deletions man/eyetools-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vignettes/eyetools.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 2ef6774

Please sign in to comment.