aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--R/pkg/R/context.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/pkg/R/context.R b/R/pkg/R/context.R
index cb0f83b2fa..1ca573e5bd 100644
--- a/R/pkg/R/context.R
+++ b/R/pkg/R/context.R
@@ -424,7 +424,7 @@ setLogLevel <- function(level) {
#'\dontrun{
#' setCheckpointDir("/checkpoint")
#'}
-#' @note setCheckpointDir since 2.0.0
+#' @note setCheckpointDir since 2.2.0
setCheckpointDir <- function(directory) {
sc <- getSparkContext()
invisible(callJMethod(sc, "setCheckpointDir", suppressWarnings(normalizePath(directory))))