Collection of functions to access external data sources and prepare as inputs for rSOILWAT2, rSFSW2, and rSFSTEP2 simulation experiments.
exter
is a Latin adjective meaning "external" or "outer".
Please cite the package if you publish results based on code carried
out with our package, see citation("rSW2exter")
, and we would like to hear
about your publication.
remotes::install_github("DrylandEcology/rSW2exter")
View package documentation in an interactive R session with
help(package = "rSW2exter")
You can help us in different ways:
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
NAMESPACE
file with the command
devtools::document()
devtools::run_examples()
This is based on the section 'Testing' of the book 'R packages' by Wickham
Unit tests
devtools::test()
Package checks
devtools::check(cran = TRUE, env_vars = c(NOT_CRAN = "true"))
or
R CMD build . && NOT_CRAN = "true" R CMD check *.tar.gz
Github Action
for pull requestsWe attempt to follow guidelines of semantic versioning with version
numbers of MAJOR.MINOR.PATCH
.
If the version numbers changes, then the following files must be updated
* DESCRIPTION
: adjust lines 'Version'
Work on this package has been supported by various funds managed by Dr. John Bradford (USGS), Dr. Bill Lauenroth (Yale University), Dr. Kyle Palmquist (Marshall University), and Dr. Daniel Schlaepfer.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 of the License.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.