-
## Preamble
To pass the "noSuggests" check, we use the recommended approach of evaluating vignettes conditional on availability of all soft/weak dependencies. But, currently, the way we do it is qu…
-
````
```{extendrsrc macro}
macro_rules! make_heck_fn {
($fn_name:ident) => {
#[extendr]
/// @export
fn $fn_name(x: Strings) -> Strings {
x.into_iter()
…
-
There are lots of little tips I find and always forget and thought it'd be nice to compile them in a page. It could be another Resource. Pasting a bit of it below to give you an idea.
---
title:…
-
``` r
library(utValidateR)
testdf Warning in check_expected_values(., colname = expected_value_column): The following rows of test data have bad expected values and were removed: 62, 63, 64, 65, 66…
-
I'm seeing some fairly bizarre behavior when trying to output magick images in a `github_document`. Below is a reprex to demonstrate the issue.
``````
---
output: github_document
---
```{r se…
-
From {knitr} v1.37, [alternative Syntax for Chunk Options (#|)](https://yihui.org/en/2022/01/knitr-news/) has been added. It would be great if VSCode-r extension supports this new syntax in code chunk…
-
Hi team!
Thanks for all of the work on the great package!
The knitr utils file copies some unexported functions over from knitr:
https://github.com/rstudio/gt/blob/7929072221b059901a1649fe7f83d…
-
Please keep in mind that we need to read a written report in order to evaluate your project (as an example, have a look at [this report](https://fbilan.github.io/GEO880_2020/Project_GEO880_Wysling_Bil…
-
Hi,
I am writing a code to generate a document to pdf using Qarto- R with the set up of title page image.
YAML format is below:
---
````qmd
---
format:
titlepage-pdf:
titlepage-…
-
The vignette should be for package authors.
The vignette should cover:
- General overview how to be nice to knitr and the jupyter kernel (return a structure, implement a print method for it, don't `c…