Home

Awesome

rSW2utils: Utility Tools for SOILWAT2 and STEPWAT2 Simulation Experiments

<!-- badges: start -->

R build status github release license codecov status

<!-- badges: end --> <br>

Collection of general purpose functions (utility tools) to support SOILWAT2 and STEPWAT2 simulation experiments.

Downstream R packages, including rSFSTEP2, rSOILWAT2, and rSFSW2, depend on this package; thus, code of rSW2utils is independent of any specific structures defined by those packages.

<br>

Please cite the package if you publish results based on code carried out with our package, see citation("rSW2utils"), and we would like to hear about your publication.

<br>

Table of contents

  1. How to get started
    1. Installation
    2. Documentation
  2. How to contribute
    1. Code guidelines
    2. Code documentation
    3. Code tests
    4. Code versioning
  3. Additional notes
<br>

<a name="get_started"></a>

How to get started

<a name="install"></a>

Installation

remotes::install_github("DrylandEcology/rSW2utils")
<br>

<a name="get_documentation"></a>

Documentation

View package documentation in an interactive R session with help(package = "rSW2utils")

<br>

<a name="contribute"></a>

How to contribute

You can help us in different ways:

  1. Reporting issues
  2. Contributing code and sending a pull request

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.

<br>

<a name="follow_guidelines"></a>

Follow our guidelines as detailed here

<br>

Tests, documentation, and code

<a name="code_documentation"></a>

Code documentation

<br>

<a name="code_tests"></a>

Code tests and package checks

<br>

<a name="code_versioning"></a>

Version numbers

We 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

<br>

<a name="more_notes"></a>

Notes

Funding

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.

<br>

License

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.

<br>