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

library(MODIS) is not working, CANT REINSTALL #122

Closed cedlfc44 closed 2 years ago

cedlfc44 commented 2 years ago

HI: I used MODIS during my investigations, today , Im trying to run a code to download EVI images but library MODIS not working, I tried reinstall but : -When i used github link i get this: devtools::install_github("MatMatt/MODIS", ref = "develop") Error: Failed to install 'unknown package' from GitHub: HTTP error 404. No commit found for the ref develop

Did you spell the repo owner (MatMatt) and repo name (MODIS) correctly?

When i load packge from zip file dowload from CRAN i get this: Installing package into ‘C:/Users/USER/Documents/R/win-library/4.1’ (as ‘lib’ is unspecified) ERROR: dependency 'ptw' is not available for package 'MODIS'

Thanks for your help

fdetsch commented 2 years ago

The develop branch is no longer available. Simply use remotes::install_github("MatMatt/MODIS") instead to install from the default branch.