Skip to content

Commit

Permalink
resolve merge conflicts and sort __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
yanboliang committed Sep 9, 2015
2 parents 879474d + 91a577d commit 67bf664
Show file tree
Hide file tree
Showing 718 changed files with 20,464 additions and 10,915 deletions.
2 changes: 1 addition & 1 deletion R/create-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pushd $FWDIR
mkdir -p pkg/html
pushd pkg/html

Rscript -e 'library(SparkR, lib.loc="../../lib"); library(knitr); knit_rd("SparkR")'
Rscript -e 'libDir <- "../../lib"; library(SparkR, lib.loc=libDir); library(knitr); knit_rd("SparkR", links = tools::findHTMLlinks(paste(libDir, "SparkR", sep="/")))'

popd

Expand Down
38 changes: 35 additions & 3 deletions R/pkg/NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ exportMethods("arrange",
"join",
"limit",
"merge",
"mutate",
"na.omit",
"names",
"ncol",
"nrow",
"orderBy",
"mutate",
"names",
"persist",
"printSchema",
"rbind",
Expand All @@ -69,9 +69,11 @@ exportMethods("arrange",
"selectExpr",
"show",
"showDF",
"subset",
"summarize",
"summary",
"take",
"transform",
"unionAll",
"unique",
"unpersist",
Expand All @@ -82,8 +84,10 @@ exportMethods("arrange",

exportClasses("Column")

exportMethods("abs",
exportMethods("%in%",
"abs",
"acos",
"add_months",
"alias",
"approxCountDistinct",
"asc",
Expand All @@ -101,12 +105,17 @@ exportMethods("abs",
"ceil",
"ceiling",
"concat",
"concat_ws",
"contains",
"conv",
"cos",
"cosh",
"count",
"countDistinct",
"crc32",
"date_add",
"date_format",
"date_sub",
"datediff",
"dayofmonth",
"dayofyear",
Expand All @@ -115,16 +124,23 @@ exportMethods("abs",
"exp",
"explode",
"expm1",
"expr",
"factorial",
"first",
"floor",
"format_number",
"format_string",
"from_unixtime",
"from_utc_timestamp",
"getField",
"getItem",
"greatest",
"hex",
"hour",
"hypot",
"ifelse",
"initcap",
"instr",
"isNaN",
"isNotNull",
"isNull",
Expand All @@ -135,11 +151,13 @@ exportMethods("abs",
"levenshtein",
"like",
"lit",
"locate",
"log",
"log10",
"log1p",
"log2",
"lower",
"lpad",
"ltrim",
"max",
"md5",
Expand All @@ -152,16 +170,26 @@ exportMethods("abs",
"n_distinct",
"nanvl",
"negate",
"next_day",
"otherwise",
"pmod",
"quarter",
"rand",
"randn",
"regexp_extract",
"regexp_replace",
"reverse",
"rint",
"rlike",
"round",
"rpad",
"rtrim",
"second",
"sha1",
"sha2",
"shiftLeft",
"shiftRight",
"shiftRightUnsigned",
"sign",
"signum",
"sin",
Expand All @@ -171,16 +199,20 @@ exportMethods("abs",
"sqrt",
"startsWith",
"substr",
"substring_index",
"sum",
"sumDistinct",
"tan",
"tanh",
"toDegrees",
"toRadians",
"to_date",
"to_utc_timestamp",
"translate",
"trim",
"unbase64",
"unhex",
"unix_timestamp",
"upper",
"weekofyear",
"when",
Expand Down
Loading

0 comments on commit 67bf664

Please sign in to comment.