OHDSI Broadsea MethodsLibrary - this image is deprecated use ohdsi / broadsea-hades instead
50K+
This image is deprecated
Repository to store Docker container that will include the all of the OHDSI tools
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
localhostlibrary(RSclient)
c <- RS.connect("192.168.59.103")
RS.eval(c, library(Cyclops))
RS.close(c)
hadleyverse container; see [FILL-IN]https://github.com/OHDSI/Broadsea-MethodsLibrary
Licensed under Apache License 2.
Content type
Image
Digest
Size
1.4 GB
Last updated
over 4 years ago
docker pull ohdsi/broadsea-methodslibraryPulls:
1,860
Last week