Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web pages update #15

Merged
merged 2 commits into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Package: eyetools
Title: Analyse Eye Data
Version: 0.7.2
Authors@R: c(
person("Beesley", "Tom", , "t.beesley@lancaster.ac.uk", role = c("aut", "cre")),
person("Ivory", "Matthew", , "matthew.ivory@lancaster.ac.uk", role = "aut")
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
Expand Down
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ knitr::opts_chunk$set(echo = TRUE,
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
<!-- badges: end -->


# **eyetools**

## A set of tools for eye data processing, analysis and visualisation in R


**eyetools** is a package that provides a set of simple tools that will facilitate common steps in the processing and analysis of eye data. It is intended for use with data from psychological experiments. The idea is to have a workflow which is aided by these functions, going from processing of the raw data, to extraction of event related data (i.e., fixations, saccades), to summarising those data at the trial level (e.g., time on areas of interest).

For an indepth guide to using eyetools, see the [Get Started page](https://tombeesley.github.io/eyetools/articles/eyetools.html).

to install: `devtools::install_github("tombeesley/eyetools")`

It is free to use under the GNU General Public Licence.

To install use `install.packages("eyetools")`

Available functions:

| Implemented functions | Description |
Expand Down
4 changes: 2 additions & 2 deletions docs/404.html

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

40 changes: 14 additions & 26 deletions docs/articles/Animating-eyetools-data.html

Large diffs are not rendered by default.

87 changes: 45 additions & 42 deletions docs/articles/eyetools.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/articles/index.html

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

12 changes: 6 additions & 6 deletions docs/authors.html

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

39 changes: 25 additions & 14 deletions docs/index.html

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

10 changes: 7 additions & 3 deletions docs/news/index.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkgdown_sha: ~
articles:
Animating-eyetools-data: Animating-eyetools-data.html
eyetools: eyetools.html
last_built: 2024-10-22T15:18Z
last_built: 2024-10-28T17:14Z
urls:
reference: https://tombeesley.github.io/eyetools/reference
article: https://tombeesley.github.io/eyetools/articles
Expand Down
Loading
Loading