Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

difficulty building vignette #253

Open
brooketrout7 opened this issue Sep 8, 2023 · 5 comments
Open

difficulty building vignette #253

brooketrout7 opened this issue Sep 8, 2023 · 5 comments

Comments

@brooketrout7
Copy link

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
Copy link
Contributor

appling commented Sep 8, 2023

What version of the package are you using?

packageVersion('loadflex')

or (better but slower)

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

@coastalhydro
Copy link

coastalhydro commented Nov 26, 2024

I am having this same issue and can't seem to resolve it - I am using 1.9.2...now trying 1.1.11 but having same issue

@jpadilla-spu
Copy link

Looks like @jsta was on it - see #241 and #243 (currently open)

@aappling-usgs
Copy link
Collaborator

Thanks, Julie and coastalhydro. I actually tried to merge jsta's PR the other day, but it seems I no longer have permissions to change code in this repo =(. I will look into that. I can't even try this next suggestion on my new computer without environment debugging time I don't have, but I think you can get jsta's suggested version with

remotes::install_github('DOI-USGS/loadflex', ref='5df6f880584d52f2c874a61845fff4c1e648236e')

@jpadilla-spu
Copy link

Oh no!!! Good luck, Alison! How frustrating

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants