-
-
Notifications
You must be signed in to change notification settings - Fork 982
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
triggering CRAN warnings when pandoc too old or not available #2165
Comments
The answer is likely to be "No" for Solaris, unfortunately. For macOS, I remember one CRAN maintainer had trouble with installing Pandoc on a certain version of macOS, but I forgot what exactly the problem was.
It is, and I will do that (in knitr). Thanks for the report! |
Andrew Heiss (1): fix #2038: add ability to pass arguments to dvisvgm through engine.opts (#2039) Christophe Dervieux (3): fix #1993: ignore some values of `fig.keep` (e.g., fig.keep = 'last') when there is only one figure in a chunk (#1996) Throw an error if inline result cannot be coerced to character (#2007) `include_*` David C Hall (1): Use `conditionMessage()` to render conditions (#2016) Jamie Lentin (1): utils-vignettes: Don't disable vtangle if .Rout.save exists (#2018) Kenneth Blake Vernon (1): fix #1935: make collapse and strip.white = TRUE independent (#2011) Will Landau (1): Add a new targets engine (#2031) Yihui Xie (19): start the next version stop() early on CI servers if Pandoc is not found before building R Markdown vignettes: yihui/knitr#1864 (comment) use the chunk option engine.opts$classoption to customize the class options of `standalone` for the tikz engine: yihui/knitr#1985 (comment) close #1992 (originally reported at #492): allow customizing the tilde symbol ~ with the package option latex.tilde add the attribute data=external="1" to <iframe> generated by include_url() so that Pandoc won't base64 encode the URL: https://stackoverflow.com/q/67477667/559676 close #1997: remove the duplicate \format{} on the help page ?opts_chunk use a dedicated env var to decide whether to check DESCRIPTION: yihui/knitr#1864 (comment) fix rstudio/rmarkdown#2165: emit a message instead of a warning when building rmarkdown vignettes without pandoc remove the code that was for backward compatibility with a very old version of knitr remove is_abs_path from knitr, which is no longer used in bookdown >= v0.22 (rstudio/bookdown@0098721) signal an error when buiding rmarkdown vignettes but Pandoc is not available, unless the vignette is build during R CMD check (in which case a message is emitted instead) specify the package name in \link[] `write_bib()` only uses the first URL if multiple are found in a package (#2028) close #1864: move markdown to Suggests (#2020) no longer test the declaration of dependency on markdown in DESCRIPTION or throw an error (#1864) update URLs do not throw an error in R CMD check when checking a package on CRAN but rmarkdown/markdown/Pandoc is not available (#1864) respect the env var R_CRANDALF: yihui/crandalf@d5949e5 CRAN release v1.34 christophe dervieux (1): re-document. Trailing whitespace are removed in code now. knokknok (1): cache.globals = FALSE means detecting all variables in a code chunk (#1898)
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary. |
I've recently received a little push back from CRAN on
rmarkdown
warnings onr-patched-solaris-x86
andr-oldrel-macos-x86_64
produced during CRAN checks on my packageSpaDES.core
.They have accepted ("for now") my package submission, because I pointed out that many CRAN packages show the same pandoc warnings (e.g.,
sf
,idmodelr
, andmatlib
, and many others).I doubt CRAN will be installing the latest
pandoc
on the affected systems, but perhaps they might.I'd rather not stop using
rmarkdown
to build vignettes, so I'm filing this issue here in hopes there is a solution I (and other package maintainers) are missing.Is it easy enough to change the current warnings into messages?
Thank you!
Checklist
When filing a bug report, please check the boxes below to confirm that you have provided us with the information we need. Have you:
formatted your issue so it is easier for us to read?
[] included a minimal, self-contained, and reproducible example? See links to CRAN check results above.
[] pasted the output from
xfun::session_info('rmarkdown')
in your issue? N/A - this is a CRAN machine issueupgraded all your packages to their latest versions (including your versions of R, the RStudio IDE, and relevant R packages)? N/A - this is a CRAN machine issue
installed and tested your bug with the development version of the rmarkdown package using
remotes::install_github("rstudio/rmarkdown")
? N/A - this is a CRAN machine issueThe text was updated successfully, but these errors were encountered: