You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
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 fastersessionInfo.RData
(which may only contain only one object of classsessionInfo
(restriction necessary?)) file in the workspace/ERC exists and use it to create the manifestAlternatives
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 generationThe text was updated successfully, but these errors were encountered: