-
Notifications
You must be signed in to change notification settings - Fork 29
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
Labels
feature
a feature request or enhancement
Comments
|
erblast
added a commit
to erblast/easyalluvial
that referenced
this issue
Jan 2, 2021
gonzalezeb
added a commit
to ropensci/allodb
that referenced
this issue
Feb 24, 2021
This was referenced Mar 23, 2021
Closed by #132 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
However
rmarkdown::pandoc_available()
isTRUE
, so we could probably put that the pandoc on the PATH, e.g. usingwithr::with_path(dirname(rmarkdown::pandoc_exec()))
before runningR CMD check
.The text was updated successfully, but these errors were encountered: