From 6a19a5d816de1c02b73e4771c953d9f74be499e2 Mon Sep 17 00:00:00 2001 From: Felix Cheung Date: Fri, 2 Sep 2016 10:27:59 -0700 Subject: [PATCH] update since doc --- R/pkg/R/SQLContext.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/pkg/R/SQLContext.R b/R/pkg/R/SQLContext.R index a1404543be127..783df53c12ca2 100644 --- a/R/pkg/R/SQLContext.R +++ b/R/pkg/R/SQLContext.R @@ -169,7 +169,7 @@ sparkR.conf <- function(key, defaultValue) { #' sparkR.session() #' version <- sparkR.version() #' } -#' @note sparkR.version since 2.1.0 +#' @note sparkR.version since 2.0.1 sparkR.version <- function() { sparkSession <- getSparkSession() callJMethod(sparkSession, "version")