-
Hi, I would like to override the global `df_print = c("default", "kable", "tibble", "paged")` specification on a per-chunk basis. So for example, while this YAML header has `df_print` set to `paged` g…
-
### Bug description
using `out-width` and `out-height` in chunks in revealjs documents appears to be ignored.
### Steps to reproduce
````md
---
format: revealjs
---
## out-width: 1000px
``…
-
Update the following URL to point to the GitHub repository of
the package you wish to submit to _Bioconductor_
- Repository: https://github.com/pachterlab/alabaster.sfe
Confirm the following by…
-
An error occurs if there are multiple code blocks within a single string in an R code chunk in an R Markdown file, as shown below.
`````rmd
````{r}
inner
-
First of all, thanks @SamGuay for forking and upgrading this package (this is something I've been wanting to do for years, and I've never had the chance to do it -because of lack of experience and ti…
-
If I try to include \mathbf around greek letters, or try to use the \bm command instead which is actually the better way of producing bold greek letters, I get various errors when trying to compile
…
-
Hello! After a long search I think that this issue belong to LaTeXing (my best guess). In brief, I am desperately annoyed by the completion window in Sublime. I did my "auto_complete":false but that d…
-
The include_graphics function does not seem to play nicely. I noticed the commit message "add support for include_graphics, maybe?"
Code:
```{r picture, echo=FALSE, fig.cap="A caption", out.width…
-
The code below knits correctly to the HTML:
```
---
site: bookdown::bookdown_site
output:
bookdown::html_document2: default
bookdown::word_document2: default
bookdown::odt_document2: d…
-
Sometimes it's easier to construct the path to a file in code, for example:
`model_path = here::here("my-code-file.stan")`
in a quarto document.
Is it possible to have the include argument of a …