Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Specific knitr and citr failure with out.width option #91

Open
statzhero opened this issue Jun 6, 2022 · 0 comments
Open

Specific knitr and citr failure with out.width option #91

statzhero opened this issue Jun 6, 2022 · 0 comments

Comments

@statzhero
Copy link

Sorry for crossposting but I figured it is so specific:

I cannot explain what is going on.

This works

{r timeline}
#| out.width="75%",
#| fig.align="center",
#| fig.cap="text"
include_graphics("../graphics/timeline-firms.pdf")

Generates an error

{r timeline}
#| out.width="100%",
#| fig.align="center",
#| fig.cap="text"
include_graphics("../graphics/timeline-firms.pdf")

Error in library(p, character.only = TRUE) : there is no package
called 'citr' Calls: ... suppressPackageStartupMessages ->
withCallingHandlers -> library

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant