Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dev-michael-schmidt/rbaseimage
https://github.com/dev-michael-schmidt/rbaseimage
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/dev-michael-schmidt/rbaseimage
- Owner: dev-michael-schmidt
- License: mit
- Created: 2021-09-17T15:08:23.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-21T18:00:21.000Z (about 3 years ago)
- Last Synced: 2024-03-20T04:45:00.783Z (8 months ago)
- Language: R
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OHDSI-RBaseImage
An image for building OHDSI's R libraries.### Purpose:
To provide an image containing common, precompiled R packages for building OHDSI's GitHub projects. These projects compile into R libraries.### Files:
- `builds.sh` is a convenience script to automate building frequently used OHDSI projects.
- `Dockerfile` is the standard docker script for builing images. It consists of four layers: `base`, `bulid-achilles`, `build-data-quality-dashboard`, and `build-cohort-diagnostics`.
- `base` is the layer containing all the necessary *binaries* to compile and build an OHDSI project and their dependencies.
- `build-*` clones and builds an OHDSI project from GitHub. The resulting library can be included in downstream images using the `COPY --from=...` directive.
- LICENSE governs the use and redistribution of this software.
- README.md is this file.
- `requirements.R` contains all the neccesary *R lang* components for compiling OHDSI libraries.