-
- Downloads
[SPARK-16508][SPARKR] Fix CRAN undocumented/duplicated arguments warnings.
## What changes were proposed in this pull request? This PR tries to fix all the remaining "undocumented/duplicated arguments" warnings given by CRAN-check. One left is doc for R `stats::glm` exported in SparkR. To mute that warning, we have to also provide document for all arguments of that non-SparkR function. Some previous conversation is in #14558. ## How was this patch tested? R unit test and `check-cran.sh` script (with no-test). Author: Junyang Qian <junyangq@databricks.com> Closes #14705 from junyangq/SPARK-16508-master.
Showing
- R/pkg/R/DataFrame.R 128 additions, 93 deletionsR/pkg/R/DataFrame.R
- R/pkg/R/SQLContext.R 18 additions, 12 deletionsR/pkg/R/SQLContext.R
- R/pkg/R/WindowSpec.R 8 additions, 3 deletionsR/pkg/R/WindowSpec.R
- R/pkg/R/column.R 15 additions, 3 deletionsR/pkg/R/column.R
- R/pkg/R/functions.R 115 additions, 58 deletionsR/pkg/R/functions.R
- R/pkg/R/generics.R 49 additions, 13 deletionsR/pkg/R/generics.R
- R/pkg/R/group.R 1 addition, 6 deletionsR/pkg/R/group.R
- R/pkg/R/mllib.R 59 additions, 54 deletionsR/pkg/R/mllib.R
- R/pkg/R/schema.R 3 additions, 2 deletionsR/pkg/R/schema.R
- R/pkg/R/sparkR.R 11 additions, 10 deletionsR/pkg/R/sparkR.R
- R/pkg/R/stats.R 12 additions, 13 deletionsR/pkg/R/stats.R
Loading
Please register or sign in to comment