pschmidtwalter / LWFBrook90R

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

Error in example #40

Closed rnuske closed 4 years ago

rnuske commented 4 years ago

R CMD check Error:

Running examples in ‘LWFBrook90R-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: soil_to_param
> ### Title: Split up soil into materials and soil nodes.
> ### Aliases: soil_to_param
> 
> ### ** Examples
> 
> soil <- slb1_soil
> soil <- cbind(soil, hydpar_wessolek_mvg(soil$texture))
Error in hydpar_wessolek_mvg(soil$texture) : 
  could not find function "hydpar_wessolek_mvg"
Calls: cbind -> cbind -> data.frame
Execution halted