TURF analysis package installation in R
Olivia Zamora
Has anyone used TURF analysis in R recently? The documentation shows release date of 2015 so I would expect it to work on my R version.
R version 4.0.4 (2021-02-15)
library(turfR) Error in library(turfR) : there is no package called ‘turfR’
01 Answer
The package was removed from CRAN over a year ago (see here). To install the latest version you can do:
devtools::install_version('turfR', version = '0.8-7')
#> Downloading package from url:
#> 2