-
`r if(gitbook_on){knitr::asis_output("")} else knitr::asis_output("\\newpage")` works between table 2.1 and 2.2 but not between figures and tables.
Insert a blank table?
-
This is a list we can turn in potential issue of ideas for improving Quarto support. This comes from works done on the R part of Quarto using **knitr**
- [ ] `verbatim` engine and related should pr…
cderv updated
1 month ago
-
````
```{extendrsrc macro}
macro_rules! make_heck_fn {
($fn_name:ident) => {
#[extendr]
/// @export
fn $fn_name(x: Strings) -> Strings {
x.into_iter()
…
-
Is pat_gfm available yet from a released version? I get errors trying to generate a pdf
knitr-pandoc$ make
Rscript \
-e "library(knitr)" \
-e "opts_chunk[['set']](dev =)" \
-e "pat_…
pravi updated
12 years ago
-
Dear Sir,
You might be already aware of a new Typst markup language. It has very good math support and a good pdf rendering.
Fortunately, it has Markdown type source code block type. So, I tried…
-
See this discussion: https://github.com/quarto-dev/quarto-cli/discussions/933#discussioncomment-2789856
`df_print` is not a Quarto feature. But while writing an example on how it would work, I am w…
cderv updated
2 years ago
-
## kable
Code
````
---
title: FontAwesome and Kable
---
{{< fa brands pagelines >}} {{< fa seedling >}} {{< fa plant-wilt >}}
```{r}
library(dplyr)
library(knitr)
icons %
mu…
-
Update the following URL to point to the GitHub repository of
the package you wish to submit to _Bioconductor_
- Repository: https://github.com/xuz1/OmicGsea
Confirm the following by editing e…
-
I receive the error message below when rending qmd in any format. Any help would be greatly appreciated.
```
Quitting from lines 235-240 [apafg-myplot] (test.qmd)
Error in `set2()`:
! The object…
-
I'd love to replace the kind of crufy solution I have now for including manifest files in the certificate, e.g. I have :
```
{r, echo=FALSE, fig.cap=manifest_df[1:4,"comment"]}
knitr::include_gra…
sje30 updated
4 years ago