-
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.
Split quarto extension API so that bundles are minimized. (#21)
* Conditionally add `attribs` field to avoid many `NULL` values that will be removed * Allow `head` in quarto dep to be passed through * Allow dependencies to be split by `base`, `r`, and `python` * Update quarto extension methods * Update test-quarto_ext.R * Stupid language server * Document non-exported method quarto_ext() * `devtools::document()` (GitHub Actions) * Add support for `--version` to `quarto_ext()` * Bump supported assets version * Update assets.R * Update shinylive.qmd * Install dev versions of py-shinylive and shinylive assets * Spelling / missing args * Do not install pyshinylive assets. Instead, only copy from local folder * Update R-CMD-check.yaml * Update R-CMD-check.yaml * Better update message * Update readme. Reduce most of R package availability section. Remove 2/3 known limitations * Make filter name consistent. Use consistent starting value for n * Use published versions of shinylive assets and py-shinylive
- Loading branch information
Showing
11 changed files
with
626 additions
and
214 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
Oops, something went wrong.