You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 20, 2023. It is now read-only.
As contributors and maintainers of this project, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
4
+
5
+
We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, or religion.
6
+
7
+
Examples of unacceptable behavior by participants include the use of sexual language or imagery, derogatory comments or personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct.
8
+
9
+
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. Project maintainers who do not follow the Code of Conduct may be removed from the project team.
10
+
11
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
12
+
13
+
This Code of Conduct is adapted from the [Contributor Covenant](http:contributor-covenant.org), version 1.0.0, available at https://www.contributor-covenant.org/version/1/0/0/code-of-conduct.html
# sticRs: the [STICS](https://www6.paca.inra.fr/stics_eng/) model R package for developers <imgsrc="man/figures/logo.jpg"alt="logo"width="300"align="right" />
[](http://www.repostatus.org/#wip)
22
+
[](https://www.repostatus.org/#active)
@@ -47,6 +48,7 @@ This package allows the user to programmatically:
47
48
48
49
The package is under intensive development, so you can fill an issue or request me a feature [here](https://github.com/VEZY/sticRs/issues) at any time.
49
50
51
+
50
52
## Installation
51
53
52
54
The development version from [GitHub](https://github.com/) can be installed with:
@@ -185,11 +187,15 @@ The output from [`sensitive_stics`](R/sensitive_stics.R) is a list of two:
185
187
Example data are available in the [tests folder](https://github.com/VEZY/sticRs/tree/master/tests/testthat/example_data). It is a dummy USM of wheat in self-intercropping, meaning that the model is run on the same plant planted in intercropping, to test if the model outputs are close to a sole crop simulation.
186
188
**Warning**: this example USM is made primarily to test the sticRs package, and is available to the user only for training, not for model validation. These data are dummy data that were entirely fabricated from scratch. It is not reflecting any real observations.
187
189
188
-
## Acknowledgments
190
+
## Code of conduct
191
+
192
+
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
193
+
194
+
## Authors and acknowledgments
189
195
190
196
The STICS (Simulateur mulTIdisciplinaire pour les Cultures Standard, or multidisciplinary simulator for standard crops) model is a dynamic, generic and robust model aiming to simulate the soil-crop-atmosphere system. It was first developed in 1996 by INRA -the French National Institute for Agricultural research- by Nadine Brisson and Dominique Ripoche. An overview of the model is available [here](https://www6.paca.inra.fr/stics_eng/About-us/Stics-model-overview).
191
197
192
-
The sticRs package was developed thanks to the European H2020 funded [ReMIX project](https://www.remix-intercrops.eu/).
198
+
The sticRs package was developed by [Rémi Vezy](https://remi-vezy.netlify.com/) and the [STICS group](https://www6.paca.inra.fr/stics_eng/)thanks to the European H2020 funded [ReMIX project](https://www.remix-intercrops.eu/).
[](http://www.repostatus.org/#wip)[](https://travis-ci.com/VEZY/sticRs)[](https://ci.appveyor.com/project/VEZY/sticrs/branch/master)[](https://www.gnu.org/licenses/gpl-3.0)[](https://codecov.io/github/VEZY/sticRs?branch=master)
9
+
[](https://www.repostatus.org/#active)[](https://travis-ci.com/VEZY/sticRs)[](https://ci.appveyor.com/project/VEZY/sticrs/branch/master)[](https://www.gnu.org/licenses/gpl-3.0)[](https://codecov.io/github/VEZY/sticRs?branch=master)
10
+
11
+
The package documentation is available on the sticRs website: <https://vezy.github.io/sticRs/>
10
12
11
13
Overview
12
14
--------
@@ -177,12 +179,18 @@ Example data
177
179
Example data are available in the [tests folder](https://github.com/VEZY/sticRs/tree/master/tests/testthat/example_data). It is a dummy USM of wheat in self-intercropping, meaning that the model is run on the same plant planted in intercropping, to test if the model outputs are close to a sole crop simulation.
178
180
**Warning**: this example USM is made primarily to test the sticRs package, and is available to the user only for training, not for model validation. These data are dummy data that were entirely fabricated from scratch. It is not reflecting any real observations.
179
181
180
-
Acknowledgments
181
-
---------------
182
+
Authors and acknowledgments
183
+
---------------------------
182
184
183
185
The STICS (Simulateur mulTIdisciplinaire pour les Cultures Standard, or multidisciplinary simulator for standard crops) model is a dynamic, generic and robust model aiming to simulate the soil-crop-atmosphere system. It was first developed in 1996 by INRA -the French National Institute for Agricultural research- by Nadine Brisson and Dominique Ripoche. An overview of the model is available [here](https://www6.paca.inra.fr/stics_eng/About-us/Stics-model-overview).
184
186
185
-
The sticRs package was developed thanks to the European H2020 funded [ReMIX project](https://www.remix-intercrops.eu/).
187
+
The sticRs package was developed by [Rémi Vezy](https://remi-vezy.netlify.com/) and the [STICS group](https://www6.paca.inra.fr/stics_eng/)thanks to the European H2020 funded [ReMIX project](https://www.remix-intercrops.eu/).
186
188
187
189

188
-
-----------------------------------------
190
+
191
+
Code of conduct
192
+
---------------
193
+
194
+
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
0 commit comments