-
-
Notifications
You must be signed in to change notification settings - Fork 878
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
dev Cairo (capital C) options no longer working because package cairoDevice is archived #2204
Comments
Good suggestion! Thanks! |
Repository owner
moved this from Todo In Progress
to Done
in R Markdown Team Projects
Dec 20, 2022
yihui
added a commit
to yihui/yihui.org
that referenced
this issue
Dec 21, 2022
rich-iannone
added a commit
that referenced
this issue
Dec 22, 2022
* master: make negative times 0 replace highr:::spaces() with strrep() in base R support chunk options message/warning = NA close #2204: drop the support for cairoDevice amend 1a0f2cc: make line_count() a few times faster Replace several stringr-based function calls with base equivalents (#2202, #1549) see if this fix the ruby gems issue https://github.com/yihui/knitr/actions/runs/3682745993/jobs/6230638404 stop importing xfun::isFALSE() and define isFALSE() only for R < 3.5.0 Add labels to the default progress bar and allow users to provide a custom progress bar (#2196)
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
A minor issue:
is no longer working because package cairoDevice is no longer available on CRAN. All the options with lower case C are still working, so you might consider omitting these.
caused by these lines in plot.R
This still works fine since it uses just the cairo package:
opts$chunk_set(dev="cairo_pdf")
By filing an issue to this repo, I promise that
xfun::session_info('knitr')
. I have upgraded all my packages to their latest versions (e.g., R, RStudio, and R packages), and also tried the development version:remotes::install_github('yihui/knitr')
.I understand that my issue may be closed if I don't fulfill my promises.
The text was updated successfully, but these errors were encountered: