TURF analysis package installation in R

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’

0

1 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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like