git - Install my R Package on a public OpenCPU server -
i've used tutorial create r project , upload git repository. want publish project on opencpu server. it's said here, "any r package on github can used remotely on opencpu through /ocpu/github/ api."
library(devtools) install_github("user/repository")
however, rstudio says r package cannot found. far understand, in first step had create r package instead of r project. if so, don't know how upload git.
any step-by-step tutorial highly appreciated. please consider first time realizing procedure.
Comments
Post a Comment