You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The {pandoc} R package is a wonderful addition that's allowed me to test different versions of pandoc... but I've run into a problem while testing #454 where I've been unable to activate the correct version of pandoc. It turns out that, because I run the pandoc conversions through callr, that uses the default system pandoc:
I would love to be able to take {pandoc} as a dependency, but the problem is that it requires a GitHub PAT to be set up to connect to GitHub to download releases.
I might be able to get around this by passing the results from rmarkdown::find_pandoc() into the callr function so that it can set the right pandoc version before running.
The text was updated successfully, but these errors were encountered:
The {pandoc} R package is a wonderful addition that's allowed me to test different versions of pandoc... but I've run into a problem while testing #454 where I've been unable to activate the correct version of pandoc. It turns out that, because I run the pandoc conversions through callr, that uses the default system pandoc:
sandpaper/R/render_html.R
Lines 59 to 60 in e13dd0b
I would love to be able to take {pandoc} as a dependency, but the problem is that it requires a GitHub PAT to be set up to connect to GitHub to download releases.
I might be able to get around this by passing the results from
rmarkdown::find_pandoc()
into the callr function so that it can set the right pandoc version before running.The text was updated successfully, but these errors were encountered: