Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

fwhigh/MedicMobileImpact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MedicMobileImpact

For worksheet end-users

The worksheets are served at:

http://bit.ly/ANCImpact_v2

http://bit.ly/VaccineImpact_v2

You can also run them locally on your machine. Requires XQuartz for Mac systems prior to Mavericks. At the R prompt:

install.packages("opencpu","devtools",dependencies=TRUE) # one time only
library(devtools)
library(opencpu)
install_github("MedicMobileImpact","fwhigh")
opencpu$browse("/library/MedicMobileImpact/anc")
opencpu$browse("/library/MedicMobileImpact/vaccine")

To save a record of your work, click on the righthand panel in the web app, select all (command-a), and print (command-p or File → Print).

For administrators

Standing up the server from your local repository.

In R:

install.packages("opencpu",dependencies=TRUE)
library(devtools)
library(opencpu)
install.packages("/FULL/PATH/TO/MedicMobileImpact", repos = NULL, type="source")
opencpu$browse("/library/MedicMobileImpact/anc")
opencpu$browse("/library/MedicMobileImpact/vaccine")

Updating the cloud server.

On the server:

sudo R
> library(devtools)
> install_github("MedicMobileImpact","fwhigh")
sudo service opencpu restart

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published