-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in pandoc when applying sa4ss #15
Comments
Can you zip the folder where you were trying to build it and email it to me? |
I was also having install issues and received the same pandoc errors at first, but got the example to work using the following. Hopefully this might help someone else.
I then restarted Rstudio, deleted the old |
I also just rant into a similar issue when running bookdown. I can knit an individual .Rmd file, but not using the bookdown package. There's an additional error i added just so you're aware of it for has_crop_tools. I do not have Rtools or rtools40 installed or in my path environment. Do I need to install one or the other? Error: |
|
Thanks to @jimianelli-NOAA who pointed me to this stack exchange commentary on sed across operating systems, which is making it where the example doesn't work on Macs. In short, it appears that sed should be available but the format of the function call needs to be more generic to work on Macs. |
I followed the Readme instructions (and made sure all libraries are installed), confirmed the presence of pandoc in RStudio, and tried the "Create a PDF" example, but get the following error:
Error: pandoc document conversion failed with error 1
Please delete _main.Rmd after you finish debugging the error.
ADDED:
While pandoc is listed in my path variables, I get this error when trying in the R terminal:
Error: pandoc version 1.12.3 or higher is required and was not found (see the help page ?rmarkdown::pandoc_available).
In addition: Warning message:
In verify_rstudio_version() :
Please install or upgrade Pandoc to at least version 1.17.2; or if you are using RStudio, you can just install RStudio 1.0+.
Please delete _main.Rmd after you finish debugging the error.
RStudio is the latest version (1.4.1103), with latest Pandoc (‘2.11.2’) installed in it.
The text was updated successfully, but these errors were encountered: