aboutsummaryrefslogblamecommitdiff
path: root/R/DOCUMENTATION.md
blob: 7314a1fcccda9ed5607e96e13d4cc9ab4240cf2e (plain) (tree)
1
2
3
4
5
6
7
8
9

                      

                                                                                                                                              
                                                                        



                                                


                                                  
# SparkR Documentation

SparkR documentation is generated by using in-source comments and annotated by using
[`roxygen2`](https://cran.r-project.org/web/packages/roxygen2/index.html). After making changes to the documentation and generating man pages,
you can run the following from an R console in the SparkR home directory
```R
library(devtools)
devtools::document(pkg="./pkg", roclets=c("rd"))
```
You can verify if your changes are good by running

    R CMD check pkg/