Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Put pandoc on the path during a check #109

Closed
jimhester opened this issue Aug 23, 2019 · 2 comments
Closed

Put pandoc on the path during a check #109

jimhester opened this issue Aug 23, 2019 · 2 comments
Labels
feature a feature request or enhancement

Comments

@jimhester
Copy link
Member

jimhester commented Aug 23, 2019

At least on windows pandoc (as installed by RStudio) is unlikely to be on the system PATH, so R CMD check can't find it, and generates a note.

N checking top-level files
Files 'README.md' or 'NEWS.md' cannot be checked without 'pandoc' being installed.

However rmarkdown::pandoc_available() is TRUE, so we could probably put that the pandoc on the PATH, e.g. using withr::with_path(dirname(rmarkdown::pandoc_exec())) before running R CMD check.

@kmaheshkulkarni
Copy link

kmaheshkulkarni commented Sep 11, 2019

No Need to Update pandoc Simple way to resolve this issue Just Add
README.md in .Rbuildignore File

@gaborcsardi
Copy link
Member

Closed by #132

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

3 participants