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?
thanks in advance