-
- Downloads
[SPARK-9053] [SPARKR] Fix spaces around parens, infix operators etc.
### JIRA [[SPARK-9053] Fix spaces around parens, infix operators etc. - ASF JIRA](https://issues.apache.org/jira/browse/SPARK-9053) ### The Result of `lint-r` [The result of lint-r at the rivision:a4c83cb1](https://gist.github.com/yu-iskw/d253d7f8ef351f86443d) Author: Yu ISHIKAWA <yuu.ishikawa@gmail.com> Closes #7584 from yu-iskw/SPARK-9053 and squashes the following commits: 613170f [Yu ISHIKAWA] Ignore a warning about a space before a left parentheses ede61e1 [Yu ISHIKAWA] Ignores two warnings about a space before a left parentheses. TODO: After updating `lintr`, we will remove the ignores de3e0db [Yu ISHIKAWA] Add '## nolint start' & '## nolint end' statement to ignore infix space warnings e233ea8 [Yu ISHIKAWA] [SPARK-9053][SparkR] Fix spaces around parens, infix operators etc.
Showing
- R/pkg/R/DataFrame.R 4 additions, 0 deletionsR/pkg/R/DataFrame.R
- R/pkg/R/RDD.R 5 additions, 2 deletionsR/pkg/R/RDD.R
- R/pkg/R/column.R 1 addition, 1 deletionR/pkg/R/column.R
- R/pkg/R/context.R 1 addition, 1 deletionR/pkg/R/context.R
- R/pkg/R/pairRDD.R 1 addition, 1 deletionR/pkg/R/pairRDD.R
- R/pkg/R/utils.R 2 additions, 2 deletionsR/pkg/R/utils.R
- R/pkg/inst/tests/test_binary_function.R 1 addition, 1 deletionR/pkg/inst/tests/test_binary_function.R
- R/pkg/inst/tests/test_rdd.R 3 additions, 3 deletionsR/pkg/inst/tests/test_rdd.R
- R/pkg/inst/tests/test_sparkSQL.R 3 additions, 1 deletionR/pkg/inst/tests/test_sparkSQL.R
Loading
Please register or sign in to comment