Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Check pandoc version on startup, give informative message #46

Open
noamross opened this issue May 31, 2019 · 1 comment
Open

Check pandoc version on startup, give informative message #46

noamross opened this issue May 31, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@noamross
Copy link
Owner

Per #44, it would be helpful to check the version of Pandoc on package load, at least in interacctive mode. Run rmarkdown::pandoc_version(), and give an informative message if version is <2.1.2. One could also use rmarkdown::pandoc_exec() to figure out if the Pandoc version is the one bundled with RStudio, in which case the message can recommend updating RStudio.

@noamross noamross added the enhancement New feature or request label May 31, 2019
@noamross
Copy link
Owner Author

Check that RSTUDIO_PANDOC exists and if it is the same and pandoc_exec() to see if the bundled version is being used.

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

No branches or pull requests

1 participant