Skip to content

Commit

Permalink
Rename package repo
Browse files Browse the repository at this point in the history
  • Loading branch information
georgestagg committed Nov 2, 2023
1 parent b2d1061 commit fd41b4e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Description: Utility functions to help build R packages compiled for
repositories, and prepare webR compatible filesystem images for static
web hosting of data files and R packages.
License: MIT + file LICENSE
URL: https://r-wasm.github.io/webr-repo/, /~https://github.com/r-wasm/webr-repo
URL: https://r-wasm.github.io/rwasm/, /~https://github.com/r-wasm/rwasm
Imports:
dplyr,
fs,
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<!-- badges: start -->
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![R-CMD-check](/~https://github.com/r-wasm/webr-repo/actions/workflows/R-CMD-check.yaml/badge.svg)](/~https://github.com/r-wasm/webr-repo/actions/workflows/R-CMD-check.yaml)
[![R-CMD-check](/~https://github.com/r-wasm/rwasm/actions/workflows/R-CMD-check.yaml/badge.svg)](/~https://github.com/r-wasm/rwasm/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

## Build R Packages for WebAssembly
Expand All @@ -21,7 +21,7 @@ The `rwasm` package is not yet on CRAN. You can install the development version

```r
# install.packages("pak")
pak::pak("r-wasm/webr-repo")
pak::pak("r-wasm/rwasm")
```

Further information explaining how to set up the Wasm development environment and build R packages can be found in `vignette("getting-started")`.
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
url: https://r-wasm.github.io/webr-repo/
url: https://r-wasm.github.io/rwasm/
template:
bootstrap: 5

5 changes: 4 additions & 1 deletion man/rwasm-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vignettes/rwasm.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The `rwasm` package builds R binary packages for WebAssembly, organising the out

```{r eval=FALSE}
install.packages("pak")
pak::pak("r-wasm/webr-repo@pkg")
pak::pak("r-wasm/rwasm")
```

Once installed, load the `rwasm` package. If `rwasm` is able to find the Wasm development environment, it will print the directories it discovered and the version of webR that it is targeting. This might be different to the version of R installed on your native system.
Expand Down

0 comments on commit fd41b4e

Please sign in to comment.