Package: rwasm Title: Build R Packages for WebAssembly Version: 0.3.0 Authors@R: c( person("George", "Stagg", , "george.stagg@posit.co", role = c("aut", "cre")), person("Lionel", "Henry", , "lionel@posit.co", role = "ctb"), person("Jeroen", "Ooms", , "jeroen@berkeley.edu", role = "ctb"), person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")) ) Description: Utility functions to help build R packages compiled for WebAssembly (Wasm), manage Wasm binary R package libraries and 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/rwasm/, https://github.com/r-wasm/rwasm BugReports: https://github.com/r-wasm/rwasm/issues Depends: R (>= 4.1.0) Imports: dplyr, fs, jsonlite, lifecycle, pak, pkgdepends, rlang (>= 1.1.0), utils, withr, zip Suggests: knitr, rmarkdown VignetteBuilder: knitr Config/Needs/website: tidyverse/tidytemplate Config/usethis/last-upkeep: 2025-04-25 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 SystemRequirements: webR development installation (https://webr.r-wasm.org/) Config/pak/sysreqs: cmake make libuv1-dev libssl-dev Repository: https://r-multiverse-staging.r-universe.dev Date/Publication: 2025-08-13 09:30:37 UTC RemoteUrl: https://github.com/r-wasm/rwasm RemoteRef: 005588296e03080357c7140c1eaf8b47ccabe0bc RemoteSha: 005588296e03080357c7140c1eaf8b47ccabe0bc NeedsCompilation: no Packaged: 2026-05-29 19:39:47 UTC; root Author: George Stagg [aut, cre], Lionel Henry [ctb], Jeroen Ooms [ctb], Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: George Stagg