Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kuadrat/growR
Browse files Browse the repository at this point in the history
  • Loading branch information
kuadrat committed Oct 26, 2023
2 parents 1177215 + 654297a commit bb364b6
Showing 1 changed file with 36 additions and 4 deletions.
40 changes: 36 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# growR - R implementation of the grassland model ModVege[^1]

<!-- badges: start -->
[![Documentation](https://badgen.net/badge/Documentation/github.io/cyan)](https://kuadrat.github.io/growR/)
[![R-CMD-check](https://github.com/kuadrat/growR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/kuadrat/growR/actions/workflows/R-CMD-check.yaml)
[![codecov](https://codecov.io/gh/kuadrat/growR/graph/badge.svg?token=65OACJW5FV)](https://codecov.io/gh/kuadrat/growR)
<!-- badges: end -->
Expand All @@ -19,6 +20,15 @@ in mountainous regions, such as the Swiss Alps.
The package also contains routines for calibrating the model and helpful
tools for analysing model outputs and performance.

## Contents

1. [Installation](#installation)
2. [Getting Started](#getting-started)
4. [Contributing](#contributing)
5. [Contact](#contact)
3. [Glossary](#glossary)
7. [Footnotes and References](#footnotes-and-references)

## Installation

### From CRAN
Expand All @@ -35,9 +45,12 @@ install.packages("growR")
### From source

Installing from source might make sense if...
- you intend on making changes to the model,
- you want to contribute to package development and maintenance,
- for some reason installation from CRAN is not an option for you.

- you intend on making changes to the model[^3],
- you want to contribute to package development and maintenance,
- you want to get access to the cutting edge version, which may have changes
not yet available on the CRAN version but is also likely less stable,
- for some reason installation from CRAN is not an option for you.

In this case,

Expand Down Expand Up @@ -119,6 +132,22 @@ growR Tutorial (source, html)
> vignette("growR")
```
## Contributing
All forms of contributions to this project are warmly welcome. You are invited to:
- provide direct feedback over e-mail.
- submit bug reports and feature requests via [github issues](https://github.com/kuadrat/growR/issues).
- make changes and additions to the code and submit [pull requests](https://www.howtogeek.com/devops/what-are-git-pull-requests-and-how-do-you-use-them/) to let your contributions become part of future versions.
- suggest improvements for or write documentation and tutorials.
- reference work that made use of `growR` here.
If you intend to collaborate in a regular and ongoing manner, best get in touch with [Kevin Kramer](#contact).
## Contact
[Kevin Kramer](https://www.physik.uzh.ch/~kekram): kevin.pasqual.kramer@protonmail.ch
## Glossary
Terms used in this project
Expand All @@ -136,7 +165,7 @@ Early name of this project and still the name of a legacy project that was
not factored as an R package, but rather as a collection of R scripts. Still
available, though unmaintained at https://github.com/kuadrat/rmodvege-scripts/.
## References
## Footnotes and References
[^1]: Jouven, M., P. Carrère, und R. Baumont. „Model Predicting Dynamics of
Biomass, Structure and Digestibility of Herbage in Managed Permanent
Expand All @@ -149,3 +178,6 @@ Simulate the Seasonal Effects of Drought on Herbage Growth“. Field Crops
Research 187 (Februar 2016): 12–23.
[doi:10.1016/j.fcr.2015.12.008](doi:10.1016/j.fcr.2015.12.008).
[^3]: If you make changes that generally improve `growR`, it would be great if you could
share them to make them available to all future users. See [Contributing](#contributing).

0 comments on commit bb364b6

Please sign in to comment.