You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Restore R packages to previous versions
require(devtools)
install_version("raster", version = "3.4.13", repos = "http://cran.us.r-project.org")
# Check the version of a R pacakge
packageVersion("raster")
The text was updated successfully, but these errors were encountered:
raster: 3.4.13
sf: 1.0.3
exactextractr: 0.6.1
Useful code:
The text was updated successfully, but these errors were encountered: