R package grid
seems to be part of some recent answers here (https://mcmap.net/q/667112/-custom-placement-of-spplot-legend-in-the-map or https://gis.stackexchange.com/a/62772/4630). However, R refuses to install the package and at http://cran.r-project.org/web/packages/grid/index.html I learn that grid package was removed from CRAN repository! With no other information where all its features can be found... I doubt it simply got lost without a replacement?
R package grid disappeared?
David Arenburg is correct. According to the grid
changelog, it became a base package with version 1.8.0. Therefore, it no longer needs to be available on the CRAN repository.
Since it is a base package, it should come pre-installed with all newer versions of R.
© 2022 - 2024 — McMap. All rights reserved.
grid
is a base package. Don't you have it already installed? Did you trylibrary(grid)
? – Impressmentgrid
was archived. I was WTF, how is that possible!!! Phew. – Blankbook