Skip to content

Commit

Permalink
Update the few typos and spelling for the release 1.3, additionally c…
Browse files Browse the repository at this point in the history
…hanging the correspondence adress.
  • Loading branch information
trotsiuk committed Feb 18, 2021
1 parent 4b205e0 commit c1dd882
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@ Please submit issues, bugs and suggestions in the dedicated [page](https://githu

## Author and contact

[Volodymyr Trotsiuk; ](mailto:trotsiuk@fld.czu.cz)
[Volodymyr Trotsiuk; ](volodymyr.trotsiuk@wsl.ch)
[Florian Hartig; ](mailto:florian.hartig@biologie.uni-regensburg.de)
[David I. Forrester](mailto:david.forrester@wsl.ch)


## Citation
Trotsiuk, V., Hartig, F., Forrester, D.I., n.d. r3PG – an R package for simulating forest growth using the 3-PG process-based model. Methods Ecol. Evol. n/a. https://doi.org/10.1111/2041-210X.13474
Trotsiuk, V., Hartig, F., Forrester, D.I. (2020). r3PG – an R package for simulating forest growth using the 3-PG process-based model. Methods Ecol. Evol., 11, 1470–1475. https://doi.org/10.1111/2041-210X.13474


## References
Expand Down
30 changes: 30 additions & 0 deletions development/CRAN/cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# Version 0.1.3

## Submission 1, 18.02.2021

This is a minor update of r3PG.

Bug fixed

- continue simulation even if one of the cohort was removed earlier (was only an issue if `correct_bias = 1`)
- simulation if one of the cohort appear later (sensu regeneration)

Minor changes

- re-arangement some of the variables in the `fortran` code (no effect on input/output)

### Test environments

* local MAC OS 10.15.7 (Catalina), R 4.0.2
* http://win-builder.r-project.org/ - oldrelease / devel / release
* Linux (Travis CI) - oldrel / release / devel
* rhub (using `rhub::check_for_cran()`, `rhub::check_with_valgrind()`)

### R CMD check results

0 errors ✓ | 0 warnings ✓ | 0 notes ✓

R CMD check succeeded.



# Version 0.1.2

## Submission 1, 01.06.2020
Expand Down
4 changes: 2 additions & 2 deletions pkg/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Package: r3PG
Type: Package
Title: Simulating Forest Growth using the 3-PG Model
Description: Provides a flexible and easy-to-use interface for the Physiological Processes Predicting Growth (3-PG) model written in Fortran. The r3PG serves as a flexible and easy-to-use interface for the 3-PGpjs (monospecific, evenaged and evergreen forests) described in Landsberg & Waring (1997) <doi:10.1016/S0378-1127(97)00026-1> and the 3-PGmix (deciduous, uneven-aged or mixed-species forests) described in Forrester & Tang (2016) <doi:10.1016/j.ecolmodel.2015.07.010>.
Date: 2020-06-02
Date: 2021-02-18
Version: 0.1.3
Authors@R: c(
person("Volodymyr", "Trotsiuk", email = "vtrotsiuk@gmail.com", role = c("aut", 'cre'), comment=c(ORCID="0000-0002-8363-656X")),
person("Volodymyr", "Trotsiuk", email = "volodymyr.trotsiuk@wsl.ch", role = c("aut", 'cre'), comment=c(ORCID="0000-0002-8363-656X")),
person("Florian", "Hartig", email = "florian.hartig@biologie.uni-regensburg.de", role = c("aut"), comment=c(ORCID="0000-0002-6255-9059")),
person("David", "Forrester", email = "david.forrester@wsl.ch", role = c("aut"))
)
Expand Down

0 comments on commit c1dd882

Please sign in to comment.