You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> This roclet is inspired by [an old post of mine](https://blog.thecoatlessprofessor.com/programming/r/hiding-tempdir-and-tempfile-statements-in-r-documentation/) that I initially shared in 2018 covering this pattern.
120
120
121
+
### `@examplesWebR`
122
+
123
+
The `@examplesWebR` tag creates interactive examples that can be run directly in
124
+
the browser using [webR](https://docs.r-wasm.org/webr/latest/). This makes your
125
+
package documentation more engaging and allows users to experiment with examples
126
+
without installing R locally.
127
+
128
+
For this to work with developmental versions of your package, you will need to
129
+
use the following `pkgdown` + `rwasm` build action:
0 commit comments