Skip to content

Execute webr cells when developing in VS Code or RStudio

Compare
Choose a tag to compare
@coatless coatless released this 30 Mar 07:24
· 156 commits to main since this release
288faab

Breaking Changes

  • We've transitioned to using the {webr-r} code cell designation from our original {webr} designation.
    • The {webr-r} tag allows for code cell evaluation prior to rendering the document
    • Moreover, the {webr-r} component does not need to be registered under the knitr compute engine.

Please update code cells from:

```{webr}

```

To:

```{webr-r}

```