-
Hi Will, in reference to my Twitter message, I've been using drake for a while now on my work computer and thought I would try converting an existing drake workflow to targets. Unfortunately, I was getting a persistent error so I tried out the minimal example, but still getting the same error. I get this running any command, such as tar_manifest():
We do have our laptops locked down, but we are able to install and use packages. Do you have any idea what might be causing this problem because this could have a big hit on our reproducibility. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Could be an instance of https://stackoverflow.com/questions/52150491/error-in-indlx-as-logicallocal-as-logicalnow-unable-to-load-share or https://community.rstudio.com/t/problems-with-r-4-0-0-windows-error-package-or-namespace-load-failed-for-stats-in-indl-x-as-logical-local-as-logical-now/62958/8? To confirm, maybe you could run |
Beta Was this translation helpful? Give feedback.
Could be an instance of https://stackoverflow.com/questions/52150491/error-in-indlx-as-logicallocal-as-logicalnow-unable-to-load-share or https://community.rstudio.com/t/problems-with-r-4-0-0-windows-error-package-or-namespace-load-failed-for-stats-in-indl-x-as-logical-local-as-logical-now/62958/8? To confirm, maybe you could run
tar_manifest(callr_function = NULL)
and look at the traceback. What about anothercallr
call likecallr::r(function() library(tidyselect))
?