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

php - Using str_replace to translate a MySQL Table in html -

SQL Server - MyCTE query based on 24 hour period (next day) -

asp.net mvc - Cannot display error message on Editor or EditorFor -