-
- Downloads
[SPARK-16508][SPARKR] doc updates and more CRAN check fixes
## What changes were proposed in this pull request? replace ``` ` ``` in code doc with `\code{thing}` remove added `...` for drop(DataFrame) fix remaining CRAN check warnings ## How was this patch tested? create doc with knitr junyangq Author: Felix Cheung <felixcheung_m@hotmail.com> Closes #14734 from felixcheung/rdoccleanup.
Showing
- R/pkg/NAMESPACE 5 additions, 1 deletionR/pkg/NAMESPACE
- R/pkg/R/DataFrame.R 35 additions, 36 deletionsR/pkg/R/DataFrame.R
- R/pkg/R/RDD.R 5 additions, 5 deletionsR/pkg/R/RDD.R
- R/pkg/R/SQLContext.R 15 additions, 15 deletionsR/pkg/R/SQLContext.R
- R/pkg/R/WindowSpec.R 12 additions, 11 deletionsR/pkg/R/WindowSpec.R
- R/pkg/R/column.R 1 addition, 1 deletionR/pkg/R/column.R
- R/pkg/R/functions.R 18 additions, 18 deletionsR/pkg/R/functions.R
- R/pkg/R/generics.R 7 additions, 8 deletionsR/pkg/R/generics.R
- R/pkg/R/group.R 1 addition, 0 deletionsR/pkg/R/group.R
- R/pkg/R/mllib.R 10 additions, 9 deletionsR/pkg/R/mllib.R
- R/pkg/R/pairRDD.R 3 additions, 3 deletionsR/pkg/R/pairRDD.R
- R/pkg/R/stats.R 7 additions, 7 deletionsR/pkg/R/stats.R
Loading
Please register or sign in to comment