HyukjinKwon commented on a change in pull request #27376: [SPARK-30665][PYSPARK] Eliminate pypandoc dependency URL: https://github.com/apache/spark/pull/27376#discussion_r372754788
########## File path: dev/requirements.txt ########## @@ -2,5 +2,4 @@ flake8==3.5.0 jira==1.0.3 PyGithub==1.26.0 Unidecode==0.04.19 -pypandoc==1.3.3 Review comment: My concern is that https://github.com/apache/spark/pull/15309 seems working in Mac or Windows (assuming the pypandoc's documentation is correct). Now we should add a bit of docs to at least explain that pandoc should be installed for R documentation generation because `rmarkdown` seems not bundling pandoc. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
