Hello,
It makes a moment for which I look if it's possible to launch/execute a file rmd ( markdown ) from Rgui without using RStudio. Because I have constraints in the work: I cannot use Rstudio.
I have examine but everybody uses Markdown since Rstudio.
We want to run the rmd file from Rgui and we use Windows. Knowing that we have already executed the Rmd file in Rgui using the "rmarkdown :: render (filename)" instruction and we got the error :
"Error: Pandoc version 1.12.3 or higher is required and not found (see the help page? Rmarkdown :: pandoc_available)."
We have tried to download pandoc but pandoc is not downloadable in R version (3.4.4 / 3.4.1).
Thanks