Skip to content

Commit 0fc04f8

Browse files
add remotes package in r-minimal (#366)
* add remote package in r-minimal * mistake remotes package name
1 parent c57744e commit 0fc04f8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

r-minimal/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ RUN /opt/install-r.sh && \
2727
install2.r --ncpus -1 --error \
2828
devtools \
2929
lintr \
30+
remotes \
3031
renv && \
3132
# Fix user permissions
3233
/opt/fix-user-permissions.sh && \

0 commit comments

Comments
 (0)