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
Nice catch - I think I never had to experience that so I could not really test that out.
I hope a simple check whether pandoc is available should suffice to ensure that all works correctly.
In the meantime, you can edit the source of the happy_hour function and safely ignore the lines that check for the presence of pandoc-citeproc
... or alternatively, without the need of editing source code - just call happy_hour() setting the ignore_pandoc argument to TRUE.
This will likely raise a warning but at least it won't interrupt the execution of the function.
When I try the example code below, I got this error "Error in .check_pandoc(ignore_pandoc) : pandoc-citeproc is not available!".
Error in .check_pandoc(ignore_pandoc) : pandoc-citeproc is not available!
I have installed pandoc. But pandoc-citeproc is discontinued. I am using Windows 10. Any suggestions?
The text was updated successfully, but these errors were encountered: