Skip to content

Commit

Permalink
doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kuadrat committed Jun 24, 2024
1 parent d616ebb commit 4112853
Show file tree
Hide file tree
Showing 13 changed files with 558 additions and 295 deletions.
7 changes: 3 additions & 4 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
S3method("*",FunctionalGroup)
S3method("+",FunctionalGroup)
S3method(plot,ModvegeSite)
export(Autocut)
export(FG_A)
export(FG_B)
export(FG_C)
Expand All @@ -12,6 +13,8 @@ export(ManagementData)
export(ModvegeEnvironment)
export(ModvegeParameters)
export(ModvegeSite)
export(PetersenAutocut)
export(PhenologicalAutocut)
export(PscanPlotter)
export(SEA)
export(WeatherData)
Expand All @@ -30,11 +33,7 @@ export(fCO2_transpiration_mod)
export(fPAR)
export(fT)
export(fW)
export(get_annual_gross_yield)
export(get_bias)
export(get_end_of_cutting_season)
export(get_expected_n_cuts)
export(get_relative_cut_contribution)
export(growR_package_options)
export(growR_run_loop)
export(load_data_for_sites)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ install.packages("growR")

Installing from source might make sense if...

- you intend on making changes to the model[^3],
- you intend on making changes to the model[^11],
- 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,
Expand Down Expand Up @@ -275,6 +275,6 @@ Assessing Livestock Production under Climate Change.” Agriculture, Ecosystems



[^3]: If you make changes that generally improve `growR`, it would be great if you could
[^11]: 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).

11 changes: 6 additions & 5 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ reference:
- contents:
- PscanPlotter
- Combinator
- title: Autocut
desc: Cut decision algorithms
- contents:
- Autocut
- PhenologicalAutocut
- PetersenAutocut
- title: Debug Tools
desc: Utilities that may be of help if things go wrong.
- contents:
Expand All @@ -69,7 +75,6 @@ reference:
- aCO2_inverse
- append_to_table
- atmospheric_CO2
- autocut
- build_functional_group
- check_for_package
- compare.R
Expand All @@ -82,10 +87,6 @@ reference:
- fPAR
- fT
- fW
- get_annual_gross_yield
- get_end_of_cutting_season
- get_expected_n_cuts
- get_relative_cut_contribution
- get_site_name
- growR_package_options
- management_parameters
Expand Down
2 changes: 1 addition & 1 deletion inst/REFERENCES.bib
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ @article{huguenin2017GrundlagenDuengung
url = {https://www.agrarforschungschweiz.ch/2017/06/9-duengung-von-grasland-grud-2017/},
year = {2017},
journal = {Agrarforschung Schweiz},
author = {Huguenin-Elie, Ilivier, Eric Mosimann, Patrick Schlegel, Andreas Lüscher, Willy Kessler, and Bernard Jeangros}
author = {Huguenin-Elie, Ilivier and Mosimann, Eric and Schlegel, Patrick and Lüscher, Andreas and Kessler, Willy and Jeangros, Bernard}
}

@article{calanca2016TestingAbilitySimple,
Expand Down
122 changes: 122 additions & 0 deletions man/Autocut.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

124 changes: 6 additions & 118 deletions man/ModvegeSite.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4112853

Please sign in to comment.