Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for rscript_args = "*" #75

Closed
HenrikBengtsson opened this issue Nov 30, 2021 · 0 comments
Closed

Support for rscript_args = "*" #75

HenrikBengtsson opened this issue Nov 30, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@HenrikBengtsson
Copy link
Collaborator

Add support for specifying "*" in rscript_args, which is then expanded to whatever makeClusterPSOCK() like to inject. This would make it possible to do (related to #8):

cl <- parallelly::makeClusterPSOCK(1L, rscript = file.path(R.home("bin"), "R"), rscript_args = c("--no-echo", "--no-restore", "*", "--args"))

Note how we need to have that --args after the CLI code for launching the worker in order for it to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant