Jean-Romain / lidRplugins

Extra functions and algorithms for lidR package
42 stars 15 forks source link

Installation failure #18

Closed DijoG closed 1 year ago

DijoG commented 1 year ago

Dear Jean-Romain,

lidR version 4.0.2. is installed.

After executing:

remotes::install_github("Jean-Romain/lidRplugins")

The following error message appears: Downloading GitHub repo Jean-Romain/lidRplugins@HEAD Error in utils::download.file(url, path, method = method, quiet = quiet, : download from 'https://api.github.com/repos/Jean-Romain/lidRplugins/tarball/HEAD' failed

Could you please help me to get the plugins installed. Thank you in advance and best, Gergo Dioszegi

Jean-Romain commented 1 year ago

Retry later. This is not supposed to happen.

DijoG commented 1 year ago

It does work, thank you! It additinally requires the EBImage package.

install.packages("BiocManager") BiocManager::install("EBImage") remotes::install_github("Jean-Romain/lidRplugins")