Skip to content

Commit b991542

Browse files
committed
chore: added new packages
1 parent 1ad3a31 commit b991542

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Version:
2-
VERSION_TAG=4.1.2-9016
2+
VERSION_TAG=4.1.2-9018
33

44
## Ports:
55
COMPOSE_PROJECT_NAME=rdatascience_1

Dockerfiles/rdsc_base_j.dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ RUN yes | pip install --no-cache-dir \
148148
auto-changelog \
149149
testresources
150150

151+
ENV PATH="/home/${USER}/.local/bin:$PATH"
152+
151153
USER root
152154

153155

Dockerfiles/rdsc_headless_j.dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ RUN install2.r --error --skipinstalled -n $NCPUS \
1616
billboarder \
1717
bookdown \
1818
class \
19+
cleaR \
1920
cluster \
2021
ClusterR \
2122
config \
@@ -223,12 +224,14 @@ RUN R -q -e "webshot::install_phantomjs(); \
223224
# RUN R -q -e "devtools::install_git(url = 'https://gitlab.miracum.org/miracum/dqa/dqastats.git', ref = 'master')"
224225
# RUN R -q -e "devtools::install_git(url = 'https://gitlab.miracum.org/miracum/dqa/dqagui.git', ref = 'master')"
225226
RUN R -q -e "devtools::install_git(url = 'https://gitlab.miracum.org/miracum/dqa/miRacumdqa.git', ref = 'master'); \
227+
devtools::install_github('miracum/misc-dizutils', ref = 'development'); \
226228
devtools::install_github('miracum/misc-diztools', ref = 'dev'); \
227229
devtools::install_github('joundso/mainzelliste-connector', ref = 'development'); \
228230
devtools::install_github('joundso/rkafka', ref = 'development'); \
229231
devtools::install_github('joundso/gpas_connector', ref = 'development'); \
230232
devtools::install_github('joundso/requirements', ref = 'development'); \
231233
devtools::install_github('joundso/usRbility', ref = 'dev'); \
234+
devtools::install_github('joundso/cleaR', ref = 'dev'); \
232235
233236
## Other stuff:
234237
## Formatting comments and RMarkdown tables:

0 commit comments

Comments
 (0)