Placeholder for French language version of the README for the documentation site.
R package pour le traitement des données de radio-télémétrie automatisée Motus.
Consultez le site du package motus pour obtenir des informations détaillées sur l’utilisation.
L’installation
Et cetera…
The easiest way to install motus is from Birds Canada’s R-universe:
install.packages("motus",
repos = c(birdscanada = 'https://birdscanada.r-universe.dev',
CRAN = 'https://cloud.r-project.org'))
If you want to check out work-in-progress, you can install the development branches (betaX and sandbox) using remotes
.
install.packages("remotes") # if don't already have it
remotes::install_github("motusWTS/motus@beta3") # the beta branch for v3+
Running into problems? Check out the Troubleshooting article