-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into brush-fixes-and-enhancements
- Loading branch information
Showing
290 changed files
with
30,553 additions
and
16,062 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
name : Ask a Question | ||
about : The issue tracker is not for questions -- please ask questions at https://community.rstudio.com/c/shiny. | ||
about : The issue tracker is not for questions -- please ask questions at https://forum.posit.co/tags/shiny. | ||
--- | ||
|
||
The issue tracker is not for questions. If you have a question, please feel free to ask it on our community site, at https://community.rstudio.com/c/shiny. | ||
The issue tracker is not for questions. If you have a question, please feel free to ask it on our community site, at https://forum.posit.co/c/shiny. | ||
|
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,19 +1,19 @@ | ||
Package: shiny | ||
Type: Package | ||
Title: Web Application Framework for R | ||
Version: 1.7.4.9002 | ||
Version: 1.9.1.9000 | ||
Authors@R: c( | ||
person("Winston", "Chang", role = c("aut", "cre"), email = "winston@rstudio.com", comment = c(ORCID = "0000-0002-1576-2126")), | ||
person("Joe", "Cheng", role = "aut", email = "joe@rstudio.com"), | ||
person("JJ", "Allaire", role = "aut", email = "jj@rstudio.com"), | ||
person("Carson", "Sievert", role = "aut", email = "carson@rstudio.com", comment = c(ORCID = "0000-0002-4958-2844")), | ||
person("Barret", "Schloerke", role = "aut", email = "barret@rstudio.com", comment = c(ORCID = "0000-0001-9986-114X")), | ||
person("Yihui", "Xie", role = "aut", email = "yihui@rstudio.com"), | ||
person("Jeff", "Allen", role = "aut", email = "[email protected]"), | ||
person("Jonathan", "McPherson", role = "aut", email = "jonathan@rstudio.com"), | ||
person("Winston", "Chang", role = c("aut", "cre"), email = "winston@posit.co", comment = c(ORCID = "0000-0002-1576-2126")), | ||
person("Joe", "Cheng", role = "aut", email = "joe@posit.co"), | ||
person("JJ", "Allaire", role = "aut", email = "jj@posit.co"), | ||
person("Carson", "Sievert", role = "aut", email = "carson@posit.co", comment = c(ORCID = "0000-0002-4958-2844")), | ||
person("Barret", "Schloerke", role = "aut", email = "barret@posit.co", comment = c(ORCID = "0000-0001-9986-114X")), | ||
person("Yihui", "Xie", role = "aut", email = "yihui@posit.co"), | ||
person("Jeff", "Allen", role = "aut"), | ||
person("Jonathan", "McPherson", role = "aut", email = "jonathan@posit.co"), | ||
person("Alan", "Dipert", role = "aut"), | ||
person("Barbara", "Borges", role = "aut"), | ||
person(family = "RStudio", role = "cph"), | ||
person("Posit Software, PBC", role = c("cph", "fnd")), | ||
person(family = "jQuery Foundation", role = "cph", | ||
comment = "jQuery library and jQuery UI library"), | ||
person(family = "jQuery contributors", role = c("ctb", "cph"), | ||
|
@@ -91,12 +91,12 @@ Imports: | |
withr, | ||
commonmark (>= 1.7), | ||
glue (>= 1.3.2), | ||
bslib (>= 0.3.0), | ||
cachem, | ||
ellipsis, | ||
bslib (>= 0.6.0), | ||
cachem (>= 1.1.0), | ||
lifecycle (>= 0.2.0) | ||
Suggests: | ||
datasets, | ||
DT, | ||
Cairo (>= 1.5-5), | ||
testthat (>= 3.0.0), | ||
knitr (>= 1.6), | ||
|
@@ -111,7 +111,8 @@ Suggests: | |
ragg, | ||
showtext, | ||
sass | ||
URL: https://shiny.rstudio.com/ | ||
URL: https://shiny.posit.co/, | ||
https://github.com/rstudio/shiny | ||
BugReports: https://github.com/rstudio/shiny/issues | ||
Collate: | ||
'globals.R' | ||
|
@@ -127,10 +128,13 @@ Collate: | |
'map.R' | ||
'utils.R' | ||
'bootstrap.R' | ||
'busy-indicators-spinners.R' | ||
'busy-indicators.R' | ||
'cache-utils.R' | ||
'deprecated.R' | ||
'devmode.R' | ||
'diagnose.R' | ||
'extended-task.R' | ||
'fileupload.R' | ||
'graph.R' | ||
'reactives.R' | ||
|
@@ -202,7 +206,7 @@ Collate: | |
'version_selectize.R' | ||
'version_strftime.R' | ||
'viewer.R' | ||
RoxygenNote: 7.2.3 | ||
RoxygenNote: 7.3.2 | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RdMacros: lifecycle | ||
|
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.