I am trying to install 'rgeos' package in R4.3.2, but i got this error (Error in install.packages : object 'rgeos' not found). any ideas?
install rgeos' package in R4.3.2. This Package ‘rgeos’ was removed from the CRAN repository
I am trying to install 'rgeos' package in R4.3.2, but i got this error (Error in install.packages : object 'rgeos' not found). any ideas?
install rgeos' package in R4.3.2. This Package ‘rgeos’ was removed from the CRAN repository
Copyright © 2021 Jogjafile Inc.
rgeoshas been deprecated: see here for discussion. If you really needrgeos, you can probably useremotes::install_version("rgeos", version = "0.6-4"), but (1) you will need development tools (2) you may need to figure out how to install GEOS (an external library) on your system ... an old version of the DESCRIPTION file saysThe GEOS web site is here.
If this is for more than a one-off "get some old code running one more time", it may be wise to follow the first link to figure out how to update your code.