- Notifications
You must be signed in to change notification settings - Fork6
R package for users of data fromhttps://motus.org
License
NotificationsYou must be signed in to change notification settings
MotusWTS/motus
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
An R package for handlingMotus automated radio-telemetry data.
See themotus package site for detailed usage information.
The easiest way to install motus is from Birds Canada'sR-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 developmentbranches (betaX and sandbox) usingremotes
.
install.packages("remotes")# if don't already have itremotes::install_github("motusWTS/motus@beta3")# the beta branch for v3+
Running into problems? Check out theTroubleshooting article
Packages0
No packages published