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

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -