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

Quarantine Feature #5

Open
ryanbthomas opened this issue Nov 7, 2019 · 1 comment
Open

Quarantine Feature #5

ryanbthomas opened this issue Nov 7, 2019 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@ryanbthomas
Copy link
Owner

take a file, or group of files, and embed them in an Rstudio project and enable {renv} so that running the code would be isolated from the rest of the user's R install.

@ryanbthomas ryanbthomas added the enhancement New feature or request label Nov 7, 2019
@ryanbthomas
Copy link
Owner Author

usage:

quarantine_folder(".")

# quarantine all sub folders

purrr::walk(fs::ls_dir("."), quarantine_folder)

@ryanbthomas ryanbthomas added this to the 0.2.0 milestone Nov 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant