ryanbthomas / hazmat

Other
0 stars 0 forks source link

Quarantine Feature #5

Open ryanbthomas opened 4 years ago

ryanbthomas commented 4 years ago

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 commented 4 years ago

usage:

quarantine_folder(".")

# quarantine all sub folders

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