diff --git a/docs/demos/qwebr-custom-repository.qmd b/docs/demos/qwebr-custom-repository.qmd index e4df3029..cd8f8c8c 100644 --- a/docs/demos/qwebr-custom-repository.qmd +++ b/docs/demos/qwebr-custom-repository.qmd @@ -13,7 +13,8 @@ filters: In this example, we add a custom R WASM Package repository that contains `demorwasmbinary` R WASM package. The package is not available from the [main webR repository](https://repo.r-wasm.org/). -The source of the custom repository can be viewed [here](https://github.com/coatless-tutorials/webr-unified-gh-workflow) and the rendered website using {pkgdown} can be viewed [here](https://tutorials.thecoatlessprofessor.com/webr-unified-gh-workflow/). +The source of the custom repository can be viewed [here](https://github.com/coatless-tutorials/webr-unified-gh-workflow) and the rendered website using {pkgdown} can be viewed [here](https://tutorials.thecoatlessprofessor.com/webr-unified-gh-workflow/). Another approach would be to use [r-universe.dev](https://ropensci.org/blog/2023/11/17/runiverse-wasm/) +to automatically build and supply R WASM package binaries. ## Specify `repos` key diff --git a/docs/qwebr-using-r-packages.qmd b/docs/qwebr-using-r-packages.qmd index f421d03c..b51ce639 100644 --- a/docs/qwebr-using-r-packages.qmd +++ b/docs/qwebr-using-r-packages.qmd @@ -71,6 +71,8 @@ We have the following guides: - [Unified GitHub Action Deployment using artifacts of R WASM Package binaries and {pkgdown} website](https://github.com/coatless-tutorials/webr-unified-gh-workflow) - [Separate GitHub Action Deployment onto `gh-pages` branch of R WASM Package binaries and {pkgdown} website](https://github.com/coatless-tutorials/webr-github-action-wasm-binaries) +Another approach would be to use [r-universe.dev](https://ropensci.org/blog/2023/11/17/runiverse-wasm/) +to automatically build and supply R WASM package binaries. Once done, please make sure to specify where the custom repository is by using the `repos` key under the `webr` option in the document header. For example, we can add two custom repositories -- one to a GitHub pages hosted repository and another to the [r-universe](https://r-universe.dev/search/), by using: