I am trying to run the example from the geom_subplot
help page from the ggsubplot
package.
library(ggplot2)
devtools::install_githu
It seems that package ggsubplot
no longer is maintained.
Message on CRAN (as of 2016-12-23):
Package ‘ggsubplot’ was removed from the CRAN repository.
Formerly available versions can be obtained from the archive.
Archived on 2016-01-11 as requested by the maintainer garrett@rstudio.com.
On GitHub (https://github.com/garrettgman/ggsubplot), the last commit dates back to 2015-07-09.
Installation from GitHub under R 3.3.2 with devtools::install_github('garrettgman/ggsubplot')
failed with an error message complaining about missing function eval
.