Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicit package versions install in rscipts.Dockerfile? #32

Open
rsuchecki opened this issue May 9, 2019 · 0 comments
Open

Explicit package versions install in rscipts.Dockerfile? #32

rsuchecki opened this issue May 9, 2019 · 0 comments

Comments

@rsuchecki
Copy link
Collaborator

rsuchecki commented May 9, 2019

May have to revert to earlier syntax of the dockerfiles/rscirpts.Dockerfile

e.g.

RUN R -e "install.packages('jsonlite', version = '1.5', repos = 'https://cran.csiro.au')"
# OR
RUN R -e "install.packages(c('jsonlite', 'RColorBrewer'), version = c('1.5','1.1-2'), repos = 'https://cran.csiro.au')"

as littler does not support explicit version install (?)

Questions:

  • would that be sufficient for capturing versions?
  • is it worth the effort given that a version is captured in the container? I think it is.

Issue on hold due to limited and late stage use of RScripts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant