a repository for Motus users to share their R scripts for working with Motus data
Motus is by nature a collaborative endeavour. This repository provides a place for users to share their R scripts with the Motus community so that others can benefit from scripts they have developed to perform common tasks with Motus data or for users to find code that can serve as a building block for their own analyses. Anyone is welcome to submit scripts and we encourage everyone to make use of this repository.
-
Fork this repository into your own github account
-
Create a new folder with the topic of your script(s) (e.g. stopover length)
-
Commit your changes to github
-
Make a pull request when you are ready to share your script(s)
Notes:
-
If you would prefer not to use GitHub, you can submit a zip file with your script, instructions, and any associated files to [email protected] and we will upload it to the repository.
-
If you previously forked the Motus repository to make earlier changes and are now making new changes later, you should keep your fork current in case others have made changes in the interim to the repository.
Click here for detailed instructions on submitting scripts
-
Please include a
README
as a.Rmd
or.html
file that provides instructions on using your scripts with examples -
Please write your code so that it can be replicated by someone else as easily as possible
- Annotate and comment generously
- Avoid specifying directories on your own computer
-
If you share a sample dataset that cannot be acquired through the
motus
package, please include it as a small RDS file -
This repository is shared under a GNU GPL-3.0 licence. If you would like users to acknowledge your contribution, please include details in the
README
file or at the top of your scripts