Skip to content

Commit 2877517

Browse files
Vignette: use '*' instead of 'Rscript' for 'rscript' argument
1 parent bf4bea8 commit 2877517

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: parallelly
2-
Version: 1.45.1-9003
2+
Version: 1.45.1-9004
33
Title: Enhancing the 'parallel' Package
44
Imports:
55
parallel,

vignettes/parallelly-25-sandbox-workers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This example sets up two parallel workers on Linux sandboxed using
2525
```r
2626
library(parallelly)
2727

28-
bwrap_sandbox <- function(rscript = "Rscript") {
28+
bwrap_sandbox <- function(rscript = "*") {
2929
ro_binds <- function(dirs) {
3030
dirs <- unique(dirs[file_test("-d", dirs)])
3131
opts <- rep(dirs, each = 3L)

0 commit comments

Comments
 (0)