Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/15309#discussion_r81457695
--- Diff: docs/README.md ---
@@ -21,6 +21,8 @@ installed. Also install the following libraries:
# 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 Rscript -e 'install.packages(c("rmarkdown"),
repos="http://cran.stat.ucla.edu/")'
+ $ sudo pip install pandoc pandoc-citeproc
--- End diff --
(And I say this without knowing much about it --) Isn't this a Python
package? would it be preferable to manage via pip if so, since that's
cross-platform I think? does the Ubuntu package just install the same thing?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]