If you have a question while using the gamut
package, first look through the documentation to see if the answer is there. If the documentation doesn’t answer your question, you can open up an issue on Github. Explain your question, and the package maintainer will get back to you as soon as possible. If you would like to contact the package maintainer directly, you can do so by email.
If you would like to suggest new ideas or functionality for the gamut
package, go to the issue page and create issues for new ideas you might have. If you would like to fix bugs or add in new functions yourself, you may do so by following the development guidelines below.
It is best to follow the standard Github workflow for development.
git clone "https://github.com/IMMM-SFA/gamut"
.gamut
project file (.Rproj
), and create a new branch off of the dev
branch.count_watershed_teleconnections(data_dir = "your/data/dir", cities = c("New York | NY", "Portland | OR"))
. This will make sure that cities with single and multiple watersheds work properly.devtools::check()
and aim for 0 errors. gamut
currently has warnings from outside packages, so warnings can be ignored for now.If you discover a bug while using the gamut
package, please create an issue on GitHub so we can fix it. If possible please include the following in your issue: