unlink("grid", recursive = TRUE)
message("Modifying the tools package.")
source("install-base.R")
tools:::.build_packages(".")
untar("grid_1.1.tar.gz")
tools:::.install_packages("grid")
unlink("grid_1.1.tar.gz")
message("Please restart R to restore tools.")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.