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(“
install(source)
“`
Edit
As per comments, devtools::install_local()
has previously failed, but may now also work directly.