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
Hi, I'm trying to compile the book with bookdown::render_book("_bookdown_final.yml").
bookdown::render_book("_bookdown_final.yml")
It stops at line 177 of _main.Rmd with this error:
Quitting from lines 177-217 (_main.Rmd) Error in grid.Call(C_textBounds, as.graphicsAnnot(x$label), x$x, x$y, : polygon edge not found
I also receive several warnings in grid.Call.graphics, stating that it cannot find the "Myriad Pro" font.
grid.Call.graphics
The code chunk at line 177 builds the "basic-scales-example" plots.
What am I missing?
Thanks a lot!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I'm trying to compile the book with
bookdown::render_book("_bookdown_final.yml")
.It stops at line 177 of _main.Rmd with this error:
I also receive several warnings in
grid.Call.graphics
, stating that it cannot find the "Myriad Pro" font.The code chunk at line 177 builds the "basic-scales-example" plots.
What am I missing?
Thanks a lot!
The text was updated successfully, but these errors were encountered: