-
Notifications
You must be signed in to change notification settings - Fork 217
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
Update the Pandoc version installed by setup-pandoc
#336
Comments
We could probably increase the version. Also in the meantime you can control the pandoc version you are using in your own workflows with
|
FWIW this is (using We also do that to be sure to test older versions (like the current default 2.7.3) even if Regarding Pandoc versions in IDE, current version in stable release and in preview is |
Are there any more changes any of you want to see for this? |
The default pandoc installed in RStudio IDE daily is now at 2.16.2 or the one before. Last release is 2.14.2 I think. 2.7.3 is kind of old in the Pandoc world. In almost all my usage of this, I am changing the Pandoc version install. So that is not a big deal, but every new project using this action is testing with an older Pandoc. I still think it would worth upgrading the default Pandoc version - but maybe in another tag ? |
I am happy to update it, which version should I update to? |
I changed it to 2.14.2 in Will that be OK? |
I am fine with any. I think we can make a rule of following RStudio IDE shipped version, which will soon be Quarto bundled version. Currently, after a quick check:
I don't know what is best to follow really. Probably last preview or stable release ? |
Yeah, IDK, either. I think for most people it does not matter, and for the people that care, they'll probably set the version manually. I'll just leave it as is now, it seems that it is slightly newer than the one in RStudio release. |
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue and include a link to this issue |
This request is motivated by reprex maintenance, i.e. so I see weird stuff when or slightly before reprex users see it. I'd love to leave proactive Pandoc version testing to the rmarkdown maintainers, like @cderv. But it would be nice if a package that depends on Pandoc via an intermediary, like reprex, knows that it's testing on a version its users have (or will soon have).
Proposal: I think it might make sense to approximately tether the Pandoc version installed by
setup-pandoc
to whatever ships with the current preview version of the RStudio IDE.Related to #187
The text was updated successfully, but these errors were encountered: