Releases: ccb-hms/nhanes-database
Bugfix Release v0.4.1
What's Changed
- Update README.md by @sam-pullman in #145
- Update ETLprocess.md by @sam-pullman in #149
- v0.4.1 updates by @sam-pullman in #156
- Added command as a single line to README.md by @csmagnano in #155
- updating version number and collection date by @sam-pullman in #157
- added workflow cleanup process by @sam-pullman in #160
New Contributors
- @csmagnano made their first contribution in #155
Full Changelog: v0.4.0...v0.4.1
release v0.4.0
- Fixes for issues #133, #136, #137, #138, #140, #141
- Create ETLprocess.md by @sam-pullman in #141
- Feature/rocker base by @sam-pullman in #143
v0.3.0
staging v0.3.0
staging-v0.3.0 v0.3.0 changes to latest rocker-base
Rocker base image
This is the first release that transitions from manually installing R on a SQL Server image to manually installing SQL Server on a Rocker base image.
v0.1.2
Merge pull request #116 from ccb-hms/develop fix version number env variable and data collection date env variable
v0.1.1
Makes SA_PASSWORD
available to all users in the container at runtime by modifying the startup.sh
script to add the variable's value at runtime to /etc/environment
and /usr/local/lib/R/etc/Renviron
. Also moves the chmod
of /usr/local/lib/R/library
and /usr/local/lib/R/doc/html/packages.html
to the end of the Dockerfile to ensure that all R packages are modifiable by users at runtime.
v0.1.0
Complete the metadata tables, fix missing tables, fix truncated string data in translated tables.
Staging Release v0.0.5
-get metadata directly from NHANES-metadata repo instead of creating at build time (intermediate solution to help with build time issues)
-add metadata fields to etlVariableCodebook
-add testing updates
Epiconductor v0.0.4
Numeric and categorical data types preserved in the translated tables. Fixes #50 and #51.
What's Changed
- Issue 50 by @nathan-palmer in #52
Full Changelog: v0.0.3...v0.0.4