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

Error in isFALSE(quiet) running getMODIS_query #30

Closed
nedhorning opened this issue May 6, 2019 · 3 comments
Closed

Error in isFALSE(quiet) running getMODIS_query #30

nedhorning opened this issue May 6, 2019 · 3 comments

Comments

@nedhorning
Copy link

I tried running the "Parallelized download of MODIS data" example and when I ran this line:
records <- getMODIS_query(time_range = time_range, name = grep("MOD09GA", product_names, value = T))

I got this error message: Error in isFALSE(quiet) : could not find function "isFALSE"

I also tried records <- getMODIS_query(time_range = time_range, name = "MODIS_MYD14A1_V6")

and I got the same error message.

@16EAGLE
Copy link
Owner

16EAGLE commented May 7, 2019

Thanks for pointing this out. Which version of R are you running? isFALSE has been introduced with R 3.5 which is why getSpatialData is not working with any version older than that. Are you using a machine where you could easily update R?

I will add isFALSE as a native function to getSpatialData to make it downward compatible

@nedhorning
Copy link
Author

I am running 3.4.4 so it looks like it's a version problem. Thanks for the feedback.

@16EAGLE
Copy link
Owner

16EAGLE commented May 8, 2019

This error should now be gone with R 3.4.4.

@16EAGLE 16EAGLE closed this as completed May 9, 2019
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

2 participants