-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve Wasm R package binary assets downloading when exporting a Shi…
…nylive app (#131) * Download .tgz Wasm binary packages * Support compressed Wasm libraries on GitHub * Use R-Universe for Wasm Bioconductor packages * Never bundle Wasm R packages with legacy assets Instead, show a warning asking the user to upgrade their Shinylive assets to a compatible version. * Upgrade shinylive assets to v0.8.0 * Temporarily disable failing quarto extension test * Update R/packages.R Co-authored-by: Garrick Aden-Buie <garrick@adenbuie.com> --------- Co-authored-by: Garrick Aden-Buie <garrick@adenbuie.com>
- Loading branch information
1 parent
bd17fc8
commit cf739ae
Showing
5 changed files
with
30 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# This is the version of the Shinylive assets to use. | ||
SHINYLIVE_ASSETS_VERSION <- "0.7.0" | ||
SHINYLIVE_ASSETS_VERSION <- "0.8.0" | ||
SHINYLIVE_R_VERSION <- as.character(utils::packageVersion("shinylive")) | ||
WEBR_R_VERSION <- "4.4.1" |