Skip to content

Commit

Permalink
Merge branch 'release/1.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
pbchase committed Dec 15, 2022
2 parents 1f32c86 + b33da60 commit 7ea1226
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: redcapcustodian
Type: Package
Title: System data cleaning for REDCap
Version: 1.4.0
Version: 1.4.1
Authors@R: c(
person("Philip", "Chase",
email = "[email protected]",
Expand Down
18 changes: 17 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,23 @@ RUN R -e "install.packages(c( \
))"

RUN R -e "devtools::install_github('allanvc/mRpostman')"
RUN wget -qO- "https://yihui.org/tinytex/install-bin-unix.sh" | sh
RUN R -e "tinytex::tlmgr_install(c(\
'amscls', 'amsfonts', 'amsmath', 'babel', 'bibtex', 'booktabs', \
'caption', 'cm', 'colortbl', 'dehyph', 'dvipdfmx', 'dvips', \
'ec', 'environ', 'epstopdf-pkg', 'etex', 'etoolbox', 'euenc', \
'fancyvrb', 'float', 'fontspec', 'framed', 'geometry', 'glyphlist', \
'graphics', 'graphics-cfg', 'graphics-def', 'gsftopk', 'helvetic', \
'hyperref', 'hyphen-base', 'ifluatex', 'iftex', 'ifxetex', 'inconsolata', \
'knuth-lib', 'kpathsea', 'l3kernel', 'l3packages', 'latex', 'latex-bin', \
'latex-fonts', 'latexconfig', 'latexmk', 'lm', 'lualibs', 'luaotfload', \
'luatex', 'makecell', 'makeindex', 'mathspec', 'metafont', 'mfware', \
'mdwtools', 'multirow', 'natbib', 'oberdiek', 'pdflscape', 'pdftex', 'plain', \
'scheme-infraonly', 'tabu', 'tetex', 'tex', 'tex-ini-files', 'texlive.infra', \
'threeparttable', 'threeparttablex', 'times', 'tipa', 'titling', \
'tools', 'trimspaces', 'ulem', 'unicode-data', 'upquote', 'url', \
'varwidth', 'wrapfig', 'xcolor', 'xetex', 'xetexconfig', 'xkeyval', \
'xunicode', 'zapfding' \
))"

# build and install this package
ADD . /home/rocker/redcapcustodian
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to the redcapcustodian package and its contained scripts wil
This project adheres to [Semantic Versioning](http://semver.org/).


## [1.4.1] - 2022-12-15
### Changed
- Install latex packages directly in Dockerfile (Laurence James-Woodley)


## [1.4.0] - 2022-12-13
### Added
- Switch Dockerfile from tidyverse to verse (Laurence James-Woodley)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.0
1.4.1

0 comments on commit 7ea1226

Please sign in to comment.