Process is:
- Log into Opal Webportal, as administrator
- Select "Administrator" on right hand side of screen
- Select "General Settings" on left hand side of screen
- Press edit button below "Configuration" title
- In dialog window enable "Allow R packages management"
- Press "SAVE"
¶ R commands to install package
library(opalr)
o <- opal.login("administrator username", "administrator password", url = "https://localhost:8443", profile = "default")
dsadmin.install_local_package(o, devtools::build(), profile = "default")
opal.logout(o)