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

[Feature Request]: Extend Show R code with an information about the reproducibility features #1245

Open
m7pr opened this issue Jun 17, 2024 · 2 comments
Labels
core enhancement New feature or request

Comments

@m7pr
Copy link
Contributor

m7pr commented Jun 17, 2024

A follow-up after introduction of the lockfile in here #1232
Idea started in here

So far the whole reproducibility info was displayed in the modal with the module reproducibility code. Would it be good to introduce a small text in there: "Run this code on restored env from lock file available [here]". Something like that pointing to the link to that lockfile.

@gogonzo
Copy link
Contributor

gogonzo commented Jul 12, 2024

Alternatively, we could introduce a button "Download bundle" which will generate a directory (packed in zip) containing:

  • renv
  • .Rprofile
  • .Renviron
  • script.R

Opening such directory should allow script.R execution.

@m7pr
Copy link
Contributor Author

m7pr commented Jul 15, 2024

Yes, all the options() set in .Rprofile. All the Sys.env() packed in .Renvrion. renv::activate() packed in .Rprofile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants