Skip to content

Commit 5fd381d

Browse files
makeClusterFuture(): works only with R (>= 4.4.0) - take 2
1 parent fe00cc6 commit 5fd381d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-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
2-
Version: 1.49.0-9033
2+
Version: 1.49.0-9034
33
Title: Unified Parallel and Distributed Processing in R for Everyone
44
Depends:
55
R (>= 3.2.0)

R/makeClusterFuture.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#' @return
66
#' Returns a \pkg{parallel} `cluster` object of class `FutureCluster`.
77
#'
8-
#' @examples
8+
#' @examplesIf (getRversion() >= "4.4.0")
99
#' plan(multisession)
1010
#' cl <- makeClusterFuture()
1111
#'

man/makeClusterFuture.Rd

Lines changed: 2 additions & 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)