Closed simonpcouch closed 8 months ago
Closes #202.
In the cases where we have known circular dependencies, we can just pull the offending packages back into their own pkg_install() lines temporarily.
pkg_install()
CRAN failures are related to #209.
Closes #202.
In the cases where we have known circular dependencies, we can just pull the offending packages back into their own
pkg_install()
lines temporarily.