Priya Patel
Priya Patel
Hi there, here is the code we used: ``` ## Use this to install the package #install.packages("landscapemetrics") #install.packages("Rcpp") #install.packages("rgdal") # Load Libraries library(landscapemetrics) library(raster) library(Rcpp) library(rgdal) ## Set this to...
Hi there - the tif can be found here: https://drive.google.com/file/d/1wi4JwidehURy1AD_hUJqkSQZC6oKO1vZ/view?usp=sharing
I'm also unable to install the package. I used both devtools and conda install and wasn't able to install either. I got the following error with R (I was working...
Oh, thank you for the clarification. How do I install on a Mac OSx operation system?
I installed the albumentations library after getting the same error, but after installing it using conda forge I get a brand new error that I'm not sure how to resolve:...
I'm having a similar issue when I try to install s2: ``` > install.packages('s2') Installing package into ‘/usr/local/lib/R/site-library’ (as ‘lib’ is unspecified) trying URL 'https://cloud.r-project.org/src/contrib/s2_1.1.8.tar.gz' Content type 'application/x-gzip' length 2966956...
Installing cmake worked for me, thanks