@r-universe/webr 2023.5.2 → 2023.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/dist/R.bin.data +12866 -375
- package/dist/R.bin.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,9 +4,10 @@ Custom build of [webr](https://github.com/r-wasm/webr) used in r-universe. Publi
|
|
|
4
4
|
|
|
5
5
|
## Extra packages:
|
|
6
6
|
|
|
7
|
-
This bundle contains the following packages preinstalled:
|
|
7
|
+
This bundle contains webr with the following packages preinstalled:
|
|
8
8
|
|
|
9
|
+
- [datatool](datatool) (wrapper function to convert data)
|
|
9
10
|
- jsonlite (json export)
|
|
10
11
|
- writexl (xlsx export)
|
|
11
12
|
- data.table (csv export)
|
|
12
|
-
|
|
13
|
+
- zip
|