-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
41 lines (41 loc) · 1.2 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Package: rwasm
Title: Build R Packages for WebAssembly
Version: 0.2.0.9000
Authors@R: c(
person("George", "Stagg", , "[email protected]", role = c("aut", "cre")),
person("Lionel", "Henry", , "[email protected]", role = "ctb"),
person("Jeroen", "Ooms", , "[email protected]", role = "ctb"),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
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.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: 2024-10-23
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: webR development installation
(https://webr.r-wasm.org/)