[help] "object of type 'symbol' is not subsettable" error when trying to use crew
with remote hosts
#1086
-
Help
DescriptionWhen I run the following
I get the following error:
When I omit the I'm running on Windows 11 with nanonext_0.9.0.9010, mirai_0.8.7.9029, crew_0.2.1.9012, and targets_1.1.3. Do you have any advice on what I'm doing wrong with my |
Beta Was this translation helpful? Give feedback.
Answered by
wlandau
Jun 22, 2023
Replies: 1 comment 5 replies
-
FYI, I updated targets to 1.1.3.9000, and I'm getting the same error. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In that case, the
crew
workers need to be started on that separate server. The way that workers get launched depends on the launcher object in thecrew
controller.crew
ships with a "local" launcher which starts local processes, andcrew.cluster
starts workers on cluster schedules like SLURM and PBS/TORQUE. For your situation, I recommend writing a launcher plugin that starts R processes on the specific compute environment where you need them to run. The process is straightforward, and the vignette at https://wlandau.github.io/crew/articles/plugins.html walks through it.