Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rosericazondekon committed Mar 25, 2024
1 parent b071ed4 commit 5bb81e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Rnssp_wasm
This repository builds the [`Rnssp`](https://github.com/CDCgov/Rnssp){:target="_blank"} R package for Webassembly to be run directly in the browser.
This repository builds the [`Rnssp`](https://github.com/CDCgov/Rnssp) R package for Webassembly to be run directly in the browser.

## Installing Rnssp in your webr REPL
The Webassembly build of the [`Rnssp`](https://github.com/CDCgov/Rnssp){:target="_blank"} R package can be installed in a webr REPL by executing the following:
The Webassembly build of the [`Rnssp`](https://github.com/CDCgov/Rnssp) R package can be installed in a webr REPL by executing the following:

```r
webr::install(
Expand All @@ -14,7 +14,7 @@ webr::install(
)
```

Try it live in a webr REPL [here](https://webr.r-wasm.org/latest/){:target="_blank"}.
Try it live in a webr REPL <a href="https://webr.r-wasm.org/latest/" target="_blank">here</a>.


## Contributing to this project
Expand Down

0 comments on commit 5bb81e6

Please sign in to comment.