Skip to content

Allow running/compiling Rcpp code cellsΒ #438

Open
@coatless

Description

@coatless

Please consider adding registration to compile code cells marked with Rcpp. Right now, the only way to run them would be to render the entire document.

A screenshot showing a Quarto document with an `Rcpp` cell without the ability to 'Run Cell' above it. Followed by an R cell that has 'Run Cell' above it.
---
title: "Rcpp test"
format: html
engine: knitr
---

```{Rcpp}
// [[Rcpp::export]]
int hi_there() {
    return 42;
}
```

```{r}
hi_there()
```

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions