Skip to content

Commit

Permalink
Merge pull request #1451 from pabepadu/fix/missing_r_packages
Browse files Browse the repository at this point in the history
Fix: Move comment to uncomment packages installation after r-e1071
  • Loading branch information
mathbunnyru committed Sep 1, 2021
2 parents 7ea9992 + 9fac1ef commit 555fa37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion datascience-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
Expand Down
3 changes: 2 additions & 1 deletion r-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
Expand Down

0 comments on commit 555fa37

Please sign in to comment.