crew
package not available in background task launched by crew
#159
-
Prework
Description
{
R version 4.3.0 (2023-04-21) -- "Already Tomorrow"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: aarch64-unknown-linux-gnu (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language support but running in an English locale
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> crew::crew_worker(settings = list(url = "ws://127.0.0.1:37039/02fe7f0a3bb57842a2e17c32", autoexit = 15L, cleanup = 1L, output = TRUE, maxtasks = Inf, idletime = 10000, walltime = Inf, timerstart = 0L, tls = NULL, rs = c(10407L, 1461037220L, 2123128661L, -694900718L, 161841259L, -1585953616L, -1384386319L)), launcher = "email@email.com", worker = 1L, instance = "02fe7f0a3bb57842a2e17c32")
Error in loadNamespace(x) : there is no package called ‘crew’
Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted, Reproducible exampleI'm unable to do so as it involves running in a remote arm64 linux container on AWS. Expected resultOn all of our other environments, Diagnostic informationR. 4.3.0 on aarch64-unknown-linux-gnu (64-bit) |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
I think I know why this is now. |
Beta Was this translation helpful? Give feedback.
-
Yes, the background R sessions should read |
Beta Was this translation helpful? Give feedback.
-
You can also manually supply library paths to the |
Beta Was this translation helpful? Give feedback.
-
The fix required forcing the instances of Thanks for the assist on this @shikokuchuo & @wlandau! |
Beta Was this translation helpful? Give feedback.
Yes, the background R sessions should read
.Rprofile
.