Merge pull request #1451 from pabepadu/fix/missing_r_packages

Fix: Move comment to uncomment packages installation after r-e1071
This commit is contained in:
Ayaz Salikhov
2021-09-01 08:38:36 +03:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -64,7 +64,8 @@ RUN mamba install --quiet --yes \
'r-caret' \
'r-crayon' \
'r-devtools' \
'r-e1071' # dependency of the caret R package \
# r-e1071: dependency of the caret R package
'r-e1071' \
'r-forecast' \
'r-hexbin' \
'r-htmltools' \

View File

@@ -30,7 +30,8 @@ RUN mamba install --quiet --yes \
'r-caret' \
'r-crayon' \
'r-devtools' \
'r-e1071' # dependency of the caret R package \
# r-e1071: dependency of the caret R package
'r-e1071' \
'r-forecast' \
'r-hexbin' \
'r-htmltools' \