The CRAN version of the package (1.4.5.3) has sp in Imports:
However, I don't see any version of the package on GitHub doing so, e.g. HEAD (version 1.4.5, presumably older than the CRAN version) has it in Suggests:
|
Suggests: PBSmapping, maptools, sp, loa, RColorBrewer, leaflet,jpeg, RCurl |
Given the pending deprecation of sp and friends I had been hoping to avoid installing them after updating to R 4.3, but it happened incidentally as a result of the Imports: status in rgooglemaps.
Is there any plan to publish an updated version to CRAN?
The CRAN version of the package (1.4.5.3) has
spin Imports:However, I don't see any version of the package on GitHub doing so, e.g. HEAD (version 1.4.5, presumably older than the CRAN version) has it in Suggests:
rgooglemaps/rgooglemaps/pkg/DESCRIPTION
Line 8 in d195f5a
Given the pending deprecation of
spand friends I had been hoping to avoid installing them after updating to R 4.3, but it happened incidentally as a result of theImports:status in rgooglemaps.Is there any plan to publish an updated version to CRAN?