Skip to content

Commit 66f8b67

Browse files
Fix Rd mistakes and move to 'futureverse' org
1 parent ea97bf3 commit 66f8b67

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: future.batchtools
2-
Version: 0.12.1-9003
2+
Version: 0.12.1-9004
33
Depends:
44
R (>= 3.2.0),
55
parallelly,
@@ -28,7 +28,7 @@ Description: Implementation of the Future API <doi:10.32614/RJ-2021-048> on top
2828
e.g. 'y <- future.apply::future_lapply(files, FUN = process)'.
2929
License: LGPL (>= 2.1)
3030
LazyLoad: TRUE
31-
URL: https://future.batchtools.futureverse.org, https://github.com/HenrikBengtsson/future.batchtools
32-
BugReports: https://github.com/HenrikBengtsson/future.batchtools/issues
31+
URL: https://future.batchtools.futureverse.org, https://github.com/futureverse/future.batchtools
32+
BugReports: https://github.com/futureverse/future.batchtools/issues
3333
RoxygenNote: 7.3.2
3434
Roxygen: list(markdown = TRUE)

R/nbrOfWorkers.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#'
77
#' @param evaluator A future evaluator function.
88
#' If NULL (default), the current evaluator as returned
9-
#' by [plan()] is used.
9+
#' by [future::plan()] is used.
1010
#'
1111
#' @return A number in \eqn{[1, Inf]}.
1212
#'

man/future.batchtools.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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