Skip to content

Commit

Permalink
Fix Rd mistakes and move to 'futureverse' org
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Feb 11, 2025
1 parent ea97bf3 commit 66f8b67
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: future.batchtools
Version: 0.12.1-9003
Version: 0.12.1-9004
Depends:
R (>= 3.2.0),
parallelly,
Expand Down Expand Up @@ -28,7 +28,7 @@ Description: Implementation of the Future API <doi:10.32614/RJ-2021-048> on top
e.g. 'y <- future.apply::future_lapply(files, FUN = process)'.
License: LGPL (>= 2.1)
LazyLoad: TRUE
URL: https://future.batchtools.futureverse.org, https://github.com/HenrikBengtsson/future.batchtools
BugReports: https://github.com/HenrikBengtsson/future.batchtools/issues
URL: https://future.batchtools.futureverse.org, https://github.com/futureverse/future.batchtools
BugReports: https://github.com/futureverse/future.batchtools/issues
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
2 changes: 1 addition & 1 deletion R/nbrOfWorkers.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#'
#' @param evaluator A future evaluator function.
#' If NULL (default), the current evaluator as returned
#' by [plan()] is used.
#' by [future::plan()] is used.
#'
#' @return A number in \eqn{[1, Inf]}.
#'
Expand Down
4 changes: 2 additions & 2 deletions man/future.batchtools.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/nbrOfWorkers.batchtools.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 66f8b67

Please sign in to comment.