fdetsch / MODIS

Download and processing framework for MODIS imagery. The package provides automated access to the global online data archives LP DAAC, LAADS and NSIDC as well as processing capabilities such as file conversion, mosaicking, subsetting and time series.
Other
58 stars 27 forks source link

Can't install MODIS on R version 4.1.1 #117

Closed olatunjijohnson closed 2 years ago

olatunjijohnson commented 2 years ago

install.packages("MODIS")

Warning message: package ‘MODIS’ is not available for this version of R

A version of this package for your version of R might be available elsewhere, see the ideas at https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages

rmdobservations commented 2 years ago

This worked. I have yet to test it further. devtools::install_github("MatMatt/MODIS")

olatunjijohnson commented 2 years ago

Yes, it works. Thanks. I suppose the problem is the "ref" argument.

fdetsch commented 2 years ago

Thanks for solving this. I would recommend sticking to the latest version from GitHub until the package is some day back on CRAN.