Skip to content

Commit 2be512b

Browse files
Fix Rd mistake (fix #91)
1 parent 3f7376f commit 2be512b

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
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.12.0-9002
2+
Version: 0.12.0-9003
33
Depends:
44
R (>= 3.2.0),
55
parallelly,

R/BatchtoolsFuture-class.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ loggedError <- function(...) UseMethod("loggedError")
294294

295295

296296
#' @importFrom batchtools getErrorMessages
297+
#' @rdname loggedOutput
297298
#' @export
298299
loggedError.BatchtoolsFuture <- function(future, ...) {
299300
stat <- status(future)

man/loggedOutput.Rd

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

0 commit comments

Comments
 (0)