Skip to content

Commit d06660a

Browse files
Tweaks in vignette + README
1 parent 3839f26 commit d06660a

File tree

8 files changed

+358
-223
lines changed

8 files changed

+358
-223
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: future.batchtools
2-
Version: 0.21.0-9005
2+
Version: 0.21.0-9006
33
Depends:
44
R (>= 3.2.0),
55
future (>= 1.58.0)

R/utils,conditions.R

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,3 @@ warnf <- function(fmt, ..., call. = TRUE, immediate. = FALSE, domain = NULL) {
3030
warning(cond)
3131
}
3232
}
33-
34-
msgf <- function(fmt, ..., appendLF = FALSE, domain = NULL) { #nolint
35-
message(sprintf(fmt, ...), appendLF = appendLF, domain = domain)
36-
}

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
## TL;DR
1010

11-
Here is an example on how evaluate R expression on a Slurm
12-
high-performance compute (HPC) cluster.
11+
Here is an example on how to evaluate R expressions on a Slurm
12+
high-performance compute (HPC) cluster from within R.
1313

1414
```r
1515
library(future)
@@ -56,9 +56,9 @@ users of your package to leverage the compute power of
5656
high-performance computing (HPC) clusters via a simple switch in
5757
settings - without having to change any code at all.
5858

59-
For instance, if **batchtools** is properly configured, the below two
60-
expressions for two futures will be processed on two different compute
61-
nodes:
59+
For instance, the below two two future R expression will be processed
60+
by parallel R workers that launched on different compute nodes by the
61+
specified job scheduler:
6262

6363
```r
6464
library(future)

0 commit comments

Comments
 (0)