Open tamuri opened 5 years ago
Happy to go with what's simplest.
Just noting here FYI: came across an issue setting up packrat on MacOS. install.packages
on MacOS by default installs binaries and does not build from source. This means it skips some of the dependencies listed in "LinkingTo" (e.g. dplyr
LinkingTo plogr
). packrat::snapshot()
complains about missing packages.
After installing the packages packrat complains about (BH, plogr), you can packrat::snapshot()
. I don't think it'll be a problem.
Includes guide for developers on setting up for development