-
Notifications
You must be signed in to change notification settings - Fork 29
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
Package a session (basic) #6
Comments
Could be useful to "save" the Dockerfile to a connection (allowing file, stream etc.), see discussion at r-lib/xml2#158 |
Workflow: Package a session
Further functionality: I tried to sketch up the general workflow I want to implement. Please comment on this @nuest |
Regarding
Regarding Regarding "Further I.": Do check package names and versions, check R version, check locale. Do not compare platform or other things as of now. Regarding "Further II.": if you think of useful future tasks, please add an issue. |
Create a small session (load few packages, including one from CRAN but not in base packages) and create a Dockerfile that is as close as possible to recreate that session.
Based on
sessionInfo()$running
we have a mapping from running string to base image. In our case all running strings map to rocker.Also check
devtools::session_info()
, could be useful to determine installation source.Open questions:
MAINTAINER
field?The text was updated successfully, but these errors were encountered: