(This article was first published on R – DataSurg, and kindly contributed to R-bloggers)
I’ve had few enquires about how to install the summarizer
package on a server without internet access, such as the NHS Safe Havens.
- Uploadsummarizer-master.zip from here to server.
- Unzip.
- Run this:
library(devtools)
source = devtools:::source_pkg("summarizer-master")
install(source)
To leave a comment for the author, please follow the link and comment on their blog: R – DataSurg.
R-bloggers.com offers daily e-mail updates about R news and tutorials on topics such as: Data science, Big Data, R jobs, visualization (ggplot2, Boxplots, maps, animation), programming (RStudio, Sweave, LaTeX, SQL, Eclipse, git, hadoop, Web Scraping) statistics (regression, PCA, time series, trading) and more...