gdalcubes package in RStudio

I am wondering if anyone knows how to install the gdalcubes package in RStudio. I tried but I couldn't

library(devtools)
install_git("https://github.com/appelmar/gdalcubes_R", args="--recursive")

gdalcubes has quite a few dependencies, some of which are known to be tricky

What is your system, and what is your version of GDAL, NetCDF and PROJ.4?
It should print during installation (configure phase)

Hi jlacko,
I just updated R GUI and RStudio from 3.5.1 to 3.6.1 and was installed correctly. Thank you

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.