-
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.
* Increment version number to 0.3.0 * Ignore ./venv * white spacing * chore: Use shinylive assets v0.9.1 * chore: update NEWS * chore: build ignore `_dev/` and `.venv/` * chore: build ignore `node_modules/` * chore: update CRAN comments --------- Co-authored-by: Garrick Aden-Buie <garrick@adenbuie.com>
- Loading branch information
Showing
6 changed files
with
12 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,7 @@ | |
^CRAN-SUBMISSION$ | ||
^examples$ | ||
^\.Rproj\.user$ | ||
^venv$ | ||
^.venv$ | ||
^_dev$ | ||
^node_modules$ |
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 |
---|---|---|
|
@@ -9,3 +9,4 @@ local/quarto/*_files/ | |
local/quarto/*.js | ||
local/quarto/_extensions/ | ||
.Rproj.user | ||
venv/ |
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.9.0" | ||
SHINYLIVE_ASSETS_VERSION <- "0.9.1" | ||
SHINYLIVE_R_VERSION <- as.character(utils::packageVersion("shinylive")) | ||
WEBR_R_VERSION <- "4.4.1" |
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