Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 850 Bytes

readme.org

File metadata and controls

28 lines (19 loc) · 850 Bytes

Microsimulation Web Visualisation

http://img.shields.io/:license-gpl3-blue.svg

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.

Use on the web

This is WIP, but will eventually be hosted somewhere.

Use locally

run the app in your local R session:

Install R packages

install.packages("opencpu")
install.packages("devtools")
library(devtools)
install_github(c("mclements/microsimulation", "andreasakarlsson/microsimulationWebVis"))

Load opencpu and the microsimulationWebVis

library(opencpu)
opencpu$browse("/library/microsimulationWebVis/www")