You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to download and use the MODIS package but run into the following error when loading the package into an R session with the library() command:
library(MODIS)
Error: package or namespace load failed for ‘MODIS’:
.onAttach failed in attachNamespace() for 'MODIS', details:
call: parse(ifelse(file.exists(optfile), optfile, tmpopt))
error: C:\Users\BRADY'~1\AppData\Local\Temp\RtmpKkWxHh/.MODIS_Opts.R:16:18: unexpected symbol
15: # Default output location for MODIS package processing results.
16: outDirPath <- 'C
^
Hi,
I am trying to download and use the MODIS package but run into the following error when loading the package into an R session with the library() command:
The traceback is as follows:
Any help would be much appreciated, thank you!
The text was updated successfully, but these errors were encountered: