Skip to contents

An R package for reading and writing movement data

The primary aim of the aniread package is to provide methods for reading movement data from a range of sources, from video tracking to trackballs.

Installation

You can install the development version of aniread with:

install.packages('aniread', repos = c('https://roaldarbol.r-universe.dev', 'https://cloud.r-project.org'))

Once you have installed the package, you can load it with:

Status

Warning

🏗️ The package is currently in early development and the interface is subject to change. Feel free to play around and provide feedback.

Citation

If you enjoy the package, please make sure to cite it. If you find a bug, feel free to open an issue.

To cite aniread in publications use:

citation("aniread")
#> To cite aniread in publications use:
#> 
#>   Roald-Arbøl M (2025). "aniread: An R toolbox for reading and writing
#>   movement data." doi:10.5281/zenodo.17352843
#>   <https://doi.org/10.5281/zenodo.17352843>,
#>   <http://www.roald-arboel.com/aniread/>.
#> 
#> A BibTeX entry for LaTeX users is
#> 
#>   @Misc{aniread,
#>     doi = {10.5281/zenodo.17352843},
#>     title = {aniread: An R toolbox for reading and writing movement data},
#>     author = {Mikkel Roald-Arbøl},
#>     year = {2025},
#>     url = {http://www.roald-arboel.com/aniread/},
#>     abstract = {An R toolbox for reading and writing movement data.},
#>     version = {0.1.0},
#>   }