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
Copy file name to clipboardexpand all lines: README.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ filters:
45
45
46
46
This is a webr-enabled code cell in a Quarto HTML document.
47
47
48
-
```{webr}
48
+
```{webr-r}
49
49
fit = lm(mpg ~ am, data = mtcars)
50
50
summary(fit)
51
51
```
@@ -148,8 +148,8 @@ For additional justificaiton on why the headers are required, please see [webR's
148
148
149
149
### Engine Registration
150
150
151
-
If using the `knitr` engine instead of the `jupyter` engine, there is a known warning
152
-
that will appear in the render processing output of:
151
+
If using the `knitr` engine instead of the `jupyter` engine and you are using the original tag of `{webr}` instead of `{webr-r}`,
152
+
there is a known warning that will appear in the render processing output of:
153
153
154
154
```r
155
155
Warning message:
@@ -160,11 +160,12 @@ In get_engine(options$engine) :
160
160
This warning does not prevent or impact the ability of the `webr` filter to function.
161
161
Though, we would like to address it at some point since it is not aesthetically pleasing.
162
162
163
-
164
163
## Acknowledgements
165
164
166
165
We appreciate the early testing feedback from [Eli E. Holmes](https://eeholmes.github.io/) and [Bob Rudis](https://rud.is/).
167
166
167
+
We also appreciate the Quarto team assisting with [setting up a new code cell type](https://github.com/quarto-dev/quarto-cli/discussions/4761#discussioncomment-5336636).
168
+
168
169
This repository builds ontop of the initial proof of concept for a standalone Quarto HTML document in:
0 commit comments