-
Notifications
You must be signed in to change notification settings - Fork 12
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
Clifro Error in function #27
Comments
Hi @Lahi-H, Thanks for submitting this bug report! This should have been fixed with the latest development version of clifro. The following lines of code should now be working as expected: remotes::install_github("ropensci/clifro")
library(clifro)
# Make sure you're using the dev version
packageVersion("clifro") # 3.2.3.9000
all.auckland.st = cf_find_station("auckland", search = "region", status = "all")
daily.wind.rain.dt = cf_datatype(c(2,3), c(1,1), list(4,1), c(1, NA))
reefton.st = cf_station() Feel free to reopen this if you encounter the same error. Thanks, |
Any time . Thank you very much. |
@blasee |
Hi @Lahi-H, Thanks for testing. Can you please provide the output from the functions below: cf_user("public")
cf_datatype(3, 1, 1)
cf_station()
sessionInfo() Thanks, |
@blasee |
Thanks @Lahi-H, I can't seem to reproduce this error on Linux or Windows, but it would appear that the error is coming from the cf_station()
traceback() |
@blasee |
Hi @Lahi-H, I've made some minor changes to the remotes::install_github("ropensci/clifro")
library(clifro)
# Make sure you're using the dev version
packageVersion("clifro") # 3.2-4.9000
all.auckland.st = cf_find_station("auckland", search = "region", status = "all")
daily.wind.rain.dt = cf_datatype(c(2,3), c(1,1), list(4,1), c(1, NA))
reefton.st = cf_station() |
it works thanks. just a quick question. |
Hi @Lahi-H, The |
I cant seem to get past the errors below. Any advice would be very much appreciated.
The text was updated successfully, but these errors were encountered: