To make sure all the dependencies are installed, for running the scripts, we could either:
- transform it into a package (such that you can automagically install dependencies upon install)
- use
renv to set up controlled environment (this is probably a bit harder for those not using it already)
- google collab?
What is your opinion?
To make sure all the dependencies are installed, for running the scripts, we could either:
renvto set up controlled environment (this is probably a bit harder for those not using it already)What is your opinion?