From c2f21d88981789fe3366f2c4040445aeff5bf083 Mon Sep 17 00:00:00 2001 From: Sasaki Toru Date: Thu, 11 Feb 2016 09:30:36 +0000 Subject: [SPARK-13264][DOC] Removed multi-byte characters in spark-env.sh.template In spark-env.sh.template, there are multi-byte characters, this PR will remove it. Author: Sasaki Toru Closes #11149 from sasakitoa/remove_multibyte_in_sparkenv. --- R/pkg/R/serialize.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'R') diff --git a/R/pkg/R/serialize.R b/R/pkg/R/serialize.R index 095ddb9aed..70e87a93e6 100644 --- a/R/pkg/R/serialize.R +++ b/R/pkg/R/serialize.R @@ -54,7 +54,7 @@ writeObject <- function(con, object, writeType = TRUE) { # passing in vectors as arrays and instead require arrays to be passed # as lists. type <- class(object)[[1]] # class of POSIXlt is c("POSIXlt", "POSIXt") - # Checking types is needed here, since ‘is.na’ only handles atomic vectors, + # Checking types is needed here, since 'is.na' only handles atomic vectors, # lists and pairlists if (type %in% c("integer", "character", "logical", "double", "numeric")) { if (is.na(object)) { -- cgit v1.2.3