Big-Life-Lab / bllflow

Big Life Lab Flow (BLLFlow) - a workflow for open, reproducible research. Includes support for PMML, DDI.
https://bllflow.projectbiglife.ca
Other
11 stars 1 forks source link

Packrat #23

Open DougManuel opened 5 years ago

DougManuel commented 5 years ago

Examine Packrat and whether it can help with dependencies issues with moving the package across firewalls. @yulric @StaceyFisher putting this on your radar as well. https://rstudio.github.io/packrat/

DougManuel commented 5 years ago

@StaceyFisher Packrat looks like it should work. You can probably just start using it as per instructions. I haven't looked at the details but looks like we'll need to have each person who wants to transport bllFlow initialize packrat in their R project files.



packrat::bundle(): Bundle a packrat project, for easy sharing.
packrat::unbundle(): Unbundle a packrat project, generating a project directory 
with libraries restored from the most recent snapshot.```
DougManuel commented 5 years ago

Over to you, @DarkShadeKnigh