-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
SRC showing sessionInfo() and other header information #752
Comments
It doesn't have to in show R code but should be somewhere. |
Maybe look at putting it into teal rather than the modules would simplify things |
We have three separate problems here and they are very important for the reproducibility objective (the core of the NEST).
Is it clear I have to go to sessionInfo to reproduce the env and then run the "Show R Code"? We should think about some Message in the "Show R Code" modal that 'please make sure the environment is properly reproduce with XYZ'. |
@mhallal1 @donyunardi I reopen the issue till we will discuss it. |
@Polkas Issues opened for both points: |
I edit the issues and now I feel content with closing it. |
from @nikolas-burkoff
SRC currently shows sessionInfo (or at least versions of NEST packages installed) - we are losing this. Should we be?
Edit: this might be fixed by Add sessionInfo #767
Also we are losing this option fixed by add hashing #774
We are also losing which library() calls we're using. Should we be? fixed by add hashing #774
The text was updated successfully, but these errors were encountered: