DOI-USGS / loadflex

Models and Tools for Watershed Flux Estimates
http://dx.doi.org/10.1890/ES14-00517.1
Other
14 stars 17 forks source link

difficulty building vignette #253

Open brooketrout7 opened 1 year ago

brooketrout7 commented 1 year ago

I am getting the following error when trying to run this code in the vignette:

no3_lc <- loadComp(reg.model=no3_lr, interp.format="conc", interp.data=intdat)

Error in match.arg("by", ByOpt) : 'arg' should be one of “unit”, “day”

appling commented 1 year ago

What version of the package are you using?

packageVersion('loadflex')

or (better but slower)

install.packages('devtools')
devtools::session_info()