Repository: spark Updated Branches: refs/heads/master de3f71ed7 -> a27033c0b
[SPARK-17736][DOCUMENTATION][SPARKR] Update R README for rmarkdown,⦠## What changes were proposed in this pull request? To build R docs (which are built when R tests are run), users need to install pandoc and rmarkdown. This was done for Jenkins in ~~[SPARK-17420](https://issues.apache.org/jira/browse/SPARK-17420)~~ ⦠pandoc] Author: Jagadeesan <[email protected]> Closes #15309 from jagadeesanas2/SPARK-17736. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/a27033c0 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/a27033c0 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/a27033c0 Branch: refs/heads/master Commit: a27033c0bbaae8f31db9b91693947ed71738ed11 Parents: de3f71e Author: Jagadeesan <[email protected]> Authored: Mon Oct 3 10:46:38 2016 +0100 Committer: Sean Owen <[email protected]> Committed: Mon Oct 3 10:46:38 2016 +0100 ---------------------------------------------------------------------- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/a27033c0/docs/README.md ---------------------------------------------------------------------- diff --git a/docs/README.md b/docs/README.md index 8b515e1..ffd3b57 100644 --- a/docs/README.md +++ b/docs/README.md @@ -19,8 +19,8 @@ installed. Also install the following libraries: $ sudo gem install jekyll jekyll-redirect-from pygments.rb $ sudo pip install Pygments # Following is needed only for generating API docs - $ sudo pip install sphinx - $ sudo Rscript -e 'install.packages(c("knitr", "devtools", "roxygen2", "testthat"), repos="http://cran.stat.ucla.edu/")' + $ sudo pip install sphinx pypandoc + $ sudo Rscript -e 'install.packages(c("knitr", "devtools", "roxygen2", "testthat", "rmarkdown"), repos="http://cran.stat.ucla.edu/")' ``` (Note: If you are on a system with both Ruby 1.9 and Ruby 2.0 you may need to replace gem with gem2.0) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
