spark-instrumented-optimizer/R/pkg
hyukjinkwon 24f09b39c7 [SPARK-19828][R][FOLLOWUP] Rename asJsonArray to as.json.array in from_json function in R
## What changes were proposed in this pull request?

This was suggested to be `as.json.array` at the first place in the PR to SPARK-19828 but we could not do this as the lint check emits an error for multiple dots in the variable names.

After SPARK-20278, now we are able to use `multiple.dots.in.names`. `asJsonArray` in `from_json` function is still able to be changed as 2.2 is not released yet.

So, this PR proposes to rename `asJsonArray` to `as.json.array`.

## How was this patch tested?

Jenkins tests, local tests with `./R/run-tests.sh` and manual `./dev/lint-r`. Existing tests should cover this.

Author: hyukjinkwon <gurwls223@gmail.com>

Closes #17653 from HyukjinKwon/SPARK-19828-followup.
2017-04-17 09:04:24 -07:00
..
inst [SPARK-19828][R][FOLLOWUP] Rename asJsonArray to as.json.array in from_json function in R 2017-04-17 09:04:24 -07:00
R [SPARK-19828][R][FOLLOWUP] Rename asJsonArray to as.json.array in from_json function in R 2017-04-17 09:04:24 -07:00
src-native [SPARK-6811] Copy SparkR lib in make-distribution.sh 2015-05-23 00:04:01 -07:00
tests [SPARK-20197][SPARKR] CRAN check fail with package installation 2017-04-07 11:17:49 -07:00
vignettes [SPARK-19391][SPARKR][ML] Tweedie GLM API for SparkR 2017-03-14 00:50:38 -07:00
.lintr [SPARK-20278][R] Disable 'multiple_dots_linter' lint rule that is against project's code style 2017-04-16 11:27:27 -07:00
.Rbuildignore [SPARK-18590][SPARKR] build R source package when making distribution 2016-12-08 11:29:31 -08:00
DESCRIPTION [MINOR][R] Reorder Collate fields in DESCRIPTION file 2017-04-04 11:42:14 -07:00
NAMESPACE [SPARK-20195][SPARKR][SQL] add createTable catalog API and deprecate createExternalTable 2017-04-06 09:15:13 -07:00