OpenDroneMap / FIELDimageR

FIELDimageR: A R package to analyze orthomosaic images from agricultural field trials. This package is a compilation of functions to analyze pos-mosaicking images from research fields, and allows to: crop the image; remove soil effect; build vegetation indices; rotate the image; build the plot shapefile; extract information for each plot; and evaluate stand count, canopy percentage, and plant height.
GNU General Public License v2.0
239 stars 90 forks source link

Error: Failed to install 'unknown package' from GitHub: #55

Closed martinchez closed 10 months ago

martinchez commented 10 months ago

I managed to install the following;

install.packages("leafsync") install.packages("caret") install.packages("leafem") install.packages("mapedit") install.packages("stars") However after the installation of all this upon trying the installation of the devtools::install_github("filipematias23/FIELDimageR.Extra") A new error came up `Error: Failed to install 'unknown package' from GitHub: HTTP error 403. API rate limit exceeded for 41.89.227.171. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)

Rate limit remaining: 0/60 Rate limit reset at: 2023-11-21 11:27:51 UTC

To increase your GitHub API rate limit

To avoid encountering of these errors I had to restart by Rstudio and re install all the libraries as follows:

install.packages("devtools") devtools::install_github("OpenDroneMap/FIELDimageR") install.packages("leafsync") install.packages("caret") install.packages("leafem") install.packages("mapedit") install.packages("stars") devtools::install_github("filipematias23/FIELDimageR.Extra")