Skip to content

Commit 918705b

Browse files
Docs Don't quote ~ in Bash scripts; bc won't expand to /home/hb
1 parent f2ca133 commit 918705b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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-9000
2+
Version: 0.21.0-9001
33
Depends:
44
R (>= 3.2.0),
55
parallelly,

R/batchtools_slurm.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ print.BatchtoolsSlurmFutureBackend <- function(x, ...) {
9090
#' # Example assumes that 'future.batchtools' has already been installed in
9191
#' # the container to the 'R_LIBS_USER' package folder living on the host;
9292
#' #
93-
#' # R_LIBS_USER="~/R/rocker-%p-library/%v" ~/lxc/rocker_r-base.sif
93+
#' # R_LIBS_USER=~/R/rocker-%p-library/%v ~/lxc/rocker_r-base.sif
9494
#' # ...
9595
#' # > chooseCRANmirror(ind = 1)
9696
#' # > install.packages("future.batchtools")

man/batchtools_slurm.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)