This is a modified version of the base R package grid
. You can find the actual source here: https://github.com/wch/r-source/tree/trunk/src/library/grid
Overriding the base grid
requires a special installation process. Use the following to rebuild and install:
source("install-grid.R")
NOTE: This modifies the loaded tools
package. Restart R to return the tools package to its proper state.
To install grid
, most of the relevant info was removed from DESCRIPTION
. All make files were deleted, and the man
and vignettes
directories were removed. See the r-source
grid
for those files.
To restore base grid
, you will need to reinstall R.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.