File tree Expand file tree Collapse file tree 2 files changed +18
-17
lines changed Expand file tree Collapse file tree 2 files changed +18
-17
lines changed Original file line number Diff line number Diff line change @@ -67,14 +67,6 @@ quarto add coatless-quarto/panelize
67
67
mv _extensions altdoc/_extensions
68
68
```
69
69
70
- > [ !IMPORTANT]
71
- >
72
- > The version of ` {quarto-webr} ` differs from the main repository
73
- > slightly to put the version of webR on the ` latest ` version instead of
74
- > ` v0.3.3 ` as the [ ` {rwasm} ` ] ( https://github.com/r-wasm/rwasm ) package
75
- > used to compile binaries is now obtaining one for R v4.4.0 instead of
76
- > R v4.3.3.
77
-
78
70
### Step 3: Add a pre-render step to ` quarto_website.yaml ` file
79
71
80
72
1 . Add a [ ` pre-render `
@@ -188,7 +180,8 @@ jobs:
188
180
with:
189
181
packages: "."
190
182
repo-path: "_site"
191
-
183
+ webr-image: "ghcr.io/r-wasm/webr:v0.3.3" # fixed version for now
184
+
192
185
# Upload the CRAN repository for use in the next step
193
186
# Make sure to set a retention day to avoid running into a cap
194
187
- name: Upload build artifact
@@ -272,6 +265,13 @@ You can view the full workflow file here:
272
265
273
266
<https://github.com/coatless-r-n-d/quarto-webr-in-altdoc/blob/main/.github/workflows/altdoc.yaml>
274
267
268
+ > [!IMPORTANT]
269
+ >
270
+ > We’ve fixed the version of webR being used to generate the R WASM
271
+ > binaries to ` v0.3.3` for the `webr-image` in the `rwasmbuild` job.
272
+ > This is to ensure that a released/tagged version of webR is used
273
+ > instead of depending on the latest release, e.g. `latest` tag.
274
+
275
275
# ## Step 8: Enable GitHub Pages
276
276
277
277
Enabling GitHub Pages on the repository by following :
Original file line number Diff line number Diff line change @@ -52,13 +52,6 @@ quarto add coatless-quarto/panelize
52
52
mv _extensions altdoc/_extensions
53
53
```
54
54
55
- :::{.callout-important}
56
- The version of ` {quarto-webr} ` differs from the main repository slightly to
57
- put the version of webR on the ` latest ` version instead of ` v0.3.3 ` as the
58
- [ ` {rwasm} ` ] ( https://github.com/r-wasm/rwasm ) package used to compile binaries is
59
- now obtaining one for R v4.4.0 instead of R v4.3.3.
60
- :::
61
-
62
55
### Step 3: Add a pre-render step to ` quarto_website.yaml ` file
63
56
64
57
1 . Add a [ ` pre-render ` step] ( https://quarto.org/docs/projects/scripts.html#pre-and-post-render ) into the
@@ -165,7 +158,8 @@ jobs:
165
158
with:
166
159
packages: "."
167
160
repo-path: "_site"
168
-
161
+ webr-image: "ghcr.io/r-wasm/webr:v0.3.3" # fixed version for now
162
+
169
163
# Upload the CRAN repository for use in the next step
170
164
# Make sure to set a retention day to avoid running into a cap
171
165
- name: Upload build artifact
@@ -249,6 +243,13 @@ You can view the full workflow file here:
249
243
250
244
<https://github.com/coatless-r-n-d/quarto-webr-in-altdoc/blob/main/.github/workflows/altdoc.yaml>
251
245
246
+ :::{.callout-important}
247
+ We've fixed the version of webR being used to generate the R WASM binaries
248
+ to ` v0.3.3` for the `webr-image` in the `rwasmbuild` job. This is to
249
+ ensure that a released/tagged version of webR is used instead of depending
250
+ on the latest release, e.g. `latest` tag.
251
+ :: :
252
+
252
253
# ## Step 8: Enable GitHub Pages
253
254
254
255
Enabling GitHub Pages on the repository by following :
You can’t perform that action at this time.
0 commit comments