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

Use existing session information instead of running the analysis to match the user's environment #84

Open
1 task
nuest opened this issue Jan 23, 2018 · 0 comments

Comments

@nuest
Copy link
Member

nuest commented Jan 23, 2018

The current packaging mechanism executes the analysis to capture the runtime, which naturally differs from the one the user created. containerit can already create a Dockerfile for a given sessionInfo, which would also be a lot faster

  • check if a sessionInfo.RData (which may only contain only one object of class sessionInfo (restriction necessary?)) file in the workspace/ERC exists and use it to create the manifest

Alternatives

  • expose the base language version as part of the metadata form, i.e. R, so that a user can indirectly choose the base image version created in the manifest generation
@nuest nuest changed the title Expose R version and even package version to match the user to the user Expose R version and even package version to match the user's environment Jan 23, 2018
@nuest nuest changed the title Expose R version and even package version to match the user's environment Use existing session information instead of running the analysis to match the user's environment Jan 23, 2018
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