aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJagadeesan <as2@us.ibm.com>2016-10-03 10:46:38 +0100
committerSean Owen <sowen@cloudera.com>2016-10-03 10:46:38 +0100
commita27033c0bbaae8f31db9b91693947ed71738ed11 (patch)
treebc4672311f5512eed8beb25bd14db6ffcfab378c /docs
parentde3f71ed7a301387e870a38c14dad9508efc9743 (diff)
downloadspark-a27033c0bbaae8f31db9b91693947ed71738ed11.tar.gz
spark-a27033c0bbaae8f31db9b91693947ed71738ed11.tar.bz2
spark-a27033c0bbaae8f31db9b91693947ed71738ed11.zip
[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 <as2@us.ibm.com> Closes #15309 from jagadeesanas2/SPARK-17736.
Diffstat (limited to 'docs')
-rw-r--r--docs/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/README.md b/docs/README.md
index 8b515e1873..ffd3b5712b 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)