carlos-alberto-silva / rGEDI

rGEDI: An R Package for NASA's Global Ecosystem Dynamics Investigation (GEDI) Data Visualization and Processing.
164 stars 66 forks source link

version of this package for your version of R might be available elsewhere #64

Closed jujeonghoo closed 3 months ago

jujeonghoo commented 3 months ago

I had a problem installing rGEDI. I have Rtool43, R4.3.0. I want to know how to fix this. I have tried R4.1.3, R4.2.3, R4.3.2, but all failed. install.packages("rGEDI") ff

caiohamamura commented 3 months ago

Use the second approach

library(devtools) devtools::install_git("https://github.com/carlos-alberto-silva/rGEDI", dependencies = TRUE)