pschmidtwalter / LWFBrook90R

Run the LWF-Brook90 hydrological model within R.
https://pschmidtwalter.github.io/LWFBrook90R/
11 stars 7 forks source link

`MakeRoots.R` tries to pull example from `inst/examples` which does not exist #31

Closed rnuske closed 4 years ago

rnuske commented 4 years ago

The roxygen documentation of MakeRelRootDens() tries to pull its example from inst/examples/MakeRelRootDens-help.R but this files does not exist.

rnuske commented 4 years ago

The current man-page still shows an old example. So the example might be rescued from LWFBrook90R/man/MakeRelRootDens.Rd and then the documentation updated.

pschmidtwalter commented 4 years ago

This was already solved before the big merge of your contribution 'switching the entire parallel computing approach'.