ohdsi/broadsea-methodslibrary

Sponsored OSS

OHDSI Broadsea MethodsLibrary - this image is deprecated use ohdsi / broadsea-hades instead

Image
3

50K+

ohdsi/broadsea-methodslibrary repository overview

This image is deprecated

BroadSea [In development]

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

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

# Terminal R version
docker run --rm -it ohdsi/development /usr/bin/R

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

boot2docker stop
Testing RServe from R on localhost
library(RSclient)
c <- RS.connect("192.168.59.103")
RS.eval(c, library(Cyclops))
RS.close(c)
Background information
  • Built upon the hadleyverse container; see [FILL-IN]

GitHub Repo

https://github.com/OHDSI/Broadsea-MethodsLibrary

License

Licensed under Apache License 2.

Tag summary

Content type

Image

Digest

Size

1.4 GB

Last updated

over 4 years ago

docker pull ohdsi/broadsea-methodslibrary

This week's pulls

Pulls:

1,860

Last week