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
Modified version of [`r-wasm/actions`' deploy-cran-repo.yml](https://github.com/r-wasm/actions/blob/d21bf7da50e539df543bbee973087ec585deaba6/examples/deploy-cran-repo.yml)
23
23
-[`DESCRIPTION`](DESCRIPTION):
24
24
Standard description information for an R package
25
25
-[`R/in-webr.R`](R/in-webr.R): Check to see if we're inside of webR or not.
26
26
27
-
You can view the pushed webR package binary parts by looking at the
branch of the repository. Specifically, we can see binary package data [`bin/emscripten/contrib/4.3`](https://github.com/coatless-tutorials/webr-github-action-wasm-binaries/tree/gh-pages/bin/emscripten/contrib/4.3)
30
-
and the package information in
31
-
[`src/contrib`](https://github.com/coatless-tutorials/webr-github-action-wasm-binaries/tree/gh-pages/src/contrib). You can read more about package repositories that
32
-
are CRAN-like in the [R Administration: 6.6 Setting up a package repository](https://cran.r-project.org/doc/manuals/r-release/R-admin.html#Setting-up-a-package-repository).
27
+
## Deployment
28
+
29
+
This approach moves away from tracking website deployments in a `gh-pages` to
30
+
generating artifacts with GitHub Actions and, then, deploying them onto
31
+
GitHub Pages. As a result, the size of the repository should not grow large with
32
+
the addition of a webR/R WASM Package binary. Though, this means that changes
33
+
associated with new `{pkgdown}` deployments are no longer tracked in the
34
+
`gh-pages` branch.
33
35
34
36
## Setup
35
37
@@ -45,7 +47,7 @@ usethis::use_github_pages()
45
47
46
48
# Obtain the modified version of the rwasm repo setup
0 commit comments