This package is a support package for the microsimulation R package. It is intedend to help non R users by allowing a limited number of analysis through the web.
This is WIP, but will eventually be hosted somewhere.
run the app in your local R session:
install.packages("opencpu")
install.packages("devtools")
library(devtools)
install_github(c("mclements/microsimulation", "andreasakarlsson/microsimulationWebVis"))
library(opencpu)
opencpu$browse("/library/microsimulationWebVis/www")