Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
run install_github on >1 gh package
Browse files Browse the repository at this point in the history
- this is a workaround until littler is pushed to CRAN with [this fix](eddelbuettel/littler#49)
  • Loading branch information
ateucher committed May 11, 2017
1 parent 20792a1 commit d44459a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -116,7 +116,7 @@ ENV R_GH_LIBS "${RGHLIBS}"
RUN if [ "$R_GH_LIBS" ]; \
then \
install2.r --error remotes && \
R -e "remotes::install_github('$R_GH_LIBS')"; \
R -e "lapply(strsplit(Sys.getenv('R_GH_LIBS'), '\\s+')[[1]], remotes::install_github"); \
fi

# --------------------------------------------------------
Expand Down

0 comments on commit d44459a

Please sign in to comment.