Skip to content

Commit 0371f23

Browse files
Rd: Use a neater cross link to option
1 parent 334508e commit 0371f23

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: Check
8484
run: |
8585
rcmdcheck::rcmdcheck(
86-
args = c("--no-manual", "--as-cran", if (getRversion() < "3.5.0") "--ignore-vignettes"),
86+
args = c("--no-manual", "--as-cran", if (getRversion() < "3.5.0") "--no-vignettes"),
8787
check_dir = "check"
8888
)
8989
shell: Rscript {0}

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.11.0-9009
2+
Version: 0.11.0-9010
33
Depends:
44
R (>= 3.2.0),
55
parallelly,

R/BatchtoolsFuture-class.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#' where futures are resolved via separate jobs on a scheduler, can have
3030
#' multiple workers. In the latter, the default is `workers = NULL`, which
3131
#' will resolve to
32-
#' \link[future.batchtools.options]{`getOption("future.batchtools.workers")`}.
32+
#' \code{getOption("\link{future.batchtools.workers}")}.
3333
#' If neither are specified, then the default is `100`.
3434
#'
3535
#' @param finalize If TRUE, any underlying registries are

man/BatchtoolsFuture.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.

man/batchtools_custom.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.

man/batchtools_template.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)