I am trying to get an rCharts application working on OpenCPU. For testing purposes, I have pushed it to http://github.com/ramnathv/testapp1. When I try to access the application from github
, I get the error message shown in the log. Here is what I am typing in my browser to access the application.
https://public.opencpu.org/ocpu/github/ramnathv/testapp1/www
Note that install_github("testapp1", "ramnathv")
works for me, and I am on Mac OS 10.8.
The app is a tweak of the markdown app, to allow an rCharts viz to be displayed. To run the app locally, you can do
devtools::install_github('testapp1', 'ramnathv')
library(opencpu)
opencpu$browse('library/rCharts/www')
Note that testapp1
is just the dev
branch of rCharts
, and is placeholder for me to test the app before I pull it back into rCharts
.