File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
# # Version:
2
- VERSION_TAG = 4.1.2-9016
2
+ VERSION_TAG = 4.1.2-9018
3
3
4
4
# # Ports:
5
5
COMPOSE_PROJECT_NAME = rdatascience_1
Original file line number Diff line number Diff line change @@ -148,6 +148,8 @@ RUN yes | pip install --no-cache-dir \
148
148
auto-changelog \
149
149
testresources
150
150
151
+ ENV PATH="/home/${USER}/.local/bin:$PATH"
152
+
151
153
USER root
152
154
153
155
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ RUN install2.r --error --skipinstalled -n $NCPUS \
16
16
billboarder \
17
17
bookdown \
18
18
class \
19
+ cleaR \
19
20
cluster \
20
21
ClusterR \
21
22
config \
@@ -223,12 +224,14 @@ RUN R -q -e "webshot::install_phantomjs(); \
223
224
# RUN R -q -e "devtools::install_git(url = 'https://gitlab.miracum.org/miracum/dqa/dqastats.git', ref = 'master')"
224
225
# RUN R -q -e "devtools::install_git(url = 'https://gitlab.miracum.org/miracum/dqa/dqagui.git', ref = 'master')"
225
226
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'); \
226
228
devtools::install_github('miracum/misc-diztools', ref = 'dev'); \
227
229
devtools::install_github('joundso/mainzelliste-connector', ref = 'development'); \
228
230
devtools::install_github('joundso/rkafka', ref = 'development'); \
229
231
devtools::install_github('joundso/gpas_connector', ref = 'development'); \
230
232
devtools::install_github('joundso/requirements', ref = 'development'); \
231
233
devtools::install_github('joundso/usRbility', ref = 'dev'); \
234
+ devtools::install_github('joundso/cleaR', ref = 'dev'); \
232
235
233
236
## Other stuff:
234
237
## Formatting comments and RMarkdown tables:
You can’t perform that action at this time.
0 commit comments