As I was working through this for my own use case, I ran into an Actions issue:
==> Summary
🍺 /usr/local/Cellar/pandoc/2.11.4: 10 files, 146.0MB
Error: pandoc-citeproc has been disabled because it is deprecated upstream!
Error: Process completed with exit code 1.
Turns out that pandoc-citeproc comes with pandoc proper now, so no need for the extra install. Thought I'd drop the fix (from r-lib/actions) here as well for other folks who start with your example repo rather than the usethis workflow. :-)
Hi Emil! Thanks for the awesome tutorial.
As I was working through this for my own use case, I ran into an Actions issue:
Turns out that
pandoc-citeproc
comes withpandoc
proper now, so no need for the extra install. Thought I'd drop the fix (fromr-lib/actions
) here as well for other folks who start with your example repo rather than theusethis
workflow. :-)