We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following the journal instruction, I did the following
library(rjtools) create_article(name = "quokka-bilby")
Then I knit the quokka-bilby.Rmd in RStudio. This is what I get.
Standard error: processing file: quokka-bilby.Rmd output file: quokka-bilby.knit.md
Backtrace:
Subprocess backtrace:
The text was updated successfully, but these errors were encountered:
Hi @kangy10, There is a proble with the current version of pandoc. The workaround is to use these lines in the yaml:
yaml
output: rjtools::rjournal_pdf_article: toc: no rjtools::rjournal_web_article: self_contained: yes toc: no
The sample article has been updated with this. Then to render teh article, you need to work from the R console, and run:
pandoc::pandoc_activate(version = '3.1.6') rmarkdown::render("quokka-bilby.Rmd", output_format = "all")
Then both the html and the pdf will be rendered correctly.
Sorry, something went wrong.
No branches or pull requests
Following the journal instruction, I did the following
library(rjtools)
create_article(name = "quokka-bilby")
Then I knit the quokka-bilby.Rmd in RStudio. This is what I get.
Standard error:
processing file: quokka-bilby.Rmd
output file: quokka-bilby.knit.md
! Undefined control sequence.
l.72 \pandocbounded
{\includegraphics[keepaspectratio]{quokka-bilby_files/fig...
Backtrace:
Subprocess backtrace:
Execution halted
The text was updated successfully, but these errors were encountered: