Skip to content

Commit

Permalink
r_arguments defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Aug 30, 2024
1 parent ca493bc commit 60f4474
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/crew_controller_aws_batch.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ crew_controller_aws_batch <- function(
garbage_collection = FALSE,
launch_max = 5L,
processes = NULL,
r_arguments = NULL,
r_arguments = c("--no-save", "--no-restore"),
aws_batch_config = list(),
aws_batch_credentials = list(),
aws_batch_endpoint = NULL,
Expand Down
2 changes: 1 addition & 1 deletion R/crew_launcher_aws_batch.R
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ crew_launcher_aws_batch <- function(
launch_max = 5L,
tls = crew::crew_tls(mode = "automatic"),
processes = NULL,
r_arguments = NULL,
r_arguments = c("--no-save", "--no-restore"),
aws_batch_config = list(),
aws_batch_credentials = list(),
aws_batch_endpoint = NULL,
Expand Down
2 changes: 1 addition & 1 deletion man/crew_controller_aws_batch.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/crew_launcher_aws_batch.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 60f4474

Please sign in to comment.