You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to be the same problem discovered here and elsewhere. {renv} current dev version has been fixed to not include "R" as a R package dependency, but I suspect a better solution would be to follow the same solution as in RMI-PACTA/workflow.transition.monitor#231, which was to drop using {renv} at all and instead use pak::local_deps() or pak::local_install_deps().
The text was updated successfully, but these errors were encountered:
workflow.data.preparation/Dockerfile
Line 22 in c08b8fb
This seems to be the same problem discovered here and elsewhere. {renv} current dev version has been fixed to not include "R" as a R package dependency, but I suspect a better solution would be to follow the same solution as in RMI-PACTA/workflow.transition.monitor#231, which was to drop using {renv} at all and instead use
pak::local_deps()
orpak::local_install_deps()
.The text was updated successfully, but these errors were encountered: