Hi, I tried to do R CMD build ../mypackage and I receive this message
* creating vignettes ... ERROR
--- re-building ‘cartograflow_general.Rmd’ using rmarkdown
Error: processing vignette 'cartograflow_general.Rmd' failed with diagnostics:
Pandoc is required to build R Markdown vignettes but not available. Please make sure it is installed.
--- failed re-building ‘cartograflow_general.Rmd’
I tried to install in R console pandoc as below install.paclages("pandoc")
I've always the message error, Have you an idea how I can fix it?
The pandoc R package is a development tool that would be most helpful to package developers. The average user probably wouldn't need it - you can read more about the package here: Manage and Run Universal Converter Pandoc from R • pandoc.
As @Gabor suggests, you should download the external tool from the link he provided.
Right, you need the external tool for rmarkdown. The pandoc R package helps you install pandoc (the external tool), if you want to use it, call pandoc::pandoc_install().