Skip to content

Required setup chunk opts #15

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

Open
krystian8207 opened this issue Nov 1, 2019 · 0 comments
Open

Required setup chunk opts #15

krystian8207 opened this issue Nov 1, 2019 · 0 comments
Assignees

Comments

@krystian8207
Copy link

Thank you @RLesur for the great package, it made my life much easier!

About the issue.
I used to have the following chunk setup in my current project:

```{r setup, include = FALSE}
knitr::opts_chunk$set(echo = TRUE, eval = TRUE, comment = NA,
                      message = FALSE, warning = FALSE, results = FALSE)
```

Nevertheless, global results=FALSE seems to stop working klippy properly.

It seems that results=TRUE is necessary what actually helped me to solve the issue.

```{r klippy, echo=FALSE, include=TRUE, results=TRUE}
klippy::klippy()
```

Could you include this in the documentation? I think it can spare some time for future users.
Thank!

Best,
krystian8207

@RLesur RLesur self-assigned this Nov 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants