OHDSI/Broadsea-MethodsLibrary

Name: Broadsea-MethodsLibrary

Owner: Observational Health Data Sciences and Informatics

Description: null

Created: 2016-07-15 13:15:51.0

Updated: 2017-12-26 08:40:28.0

Pushed: 2017-03-07 05:39:46.0

Homepage: null

Size: 15

Language: R

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

BroadSea [In development]

Repository to store Docker container that will include the all of the OHDSI tools

Some simple Mac OS X commands:
2docker init # Only required once
2docker start
2docker shellinit
 "$(boot2docker shellinit)"

rminal R version
er run --rm -it ohdsi/development /usr/bin/R

 run Rstudio on http://192.168.59.103:8787 and RServe on 192.168.59.103:6311
er run -d -p 8787:8787 -p 6311:6311 -e USER=ohdsi -e PASSWORD=ohdsi ohdsi/development

2docker stop
Testing RServe from R on localhost
ary(RSclient)
 RS.connect("192.168.59.103")
val(c, library(Cyclops))
lose(c)
Background information

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.