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

Commit

Permalink
open CPU instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
fwhigh committed Mar 10, 2014
1 parent fd55421 commit 2fb094c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
MedicMobileImpact
=================

## Instructions
## Instructions on running the worksheet in your browser

In R:

install.packages("opencpu",dependencies=TRUE)
library(devtools)
install_github("MedicMobileImpact","fwhigh")
opencpu$browse("/library/MedicMobileImpact/www")

## Instructions on running the worksheet in RStudio

Step 1. Download this repository. On the GitHub site, you can download a zipped version of this repo, or if you are a savvy git user, you can clone it to your desktop.

Expand Down

0 comments on commit 2fb094c

Please sign in to comment.