-
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 'master' into external_development_docs
* master: Update `esbuild-plugin-sass` to latest version (#3463) Interpret NULL discrete limits as NA, fixes #2666 (#2668) Add `sustainEnvAndQuoted()`. Remove `getQuosure()` (#3468) Update NEWS Fix handling of getQuosure3(expr, env, quoted=TRUE) Fix NEWS entry Update NEWS Fix example Update pkgdown.yml Update documentation Add quosure tests for custom render functions Update comment Export getQuosure() and add internal getQuosure3() Rename get_quosure to getQuosure Modify exprToFunction to accept quosures Move expression/quosure functions to utils-lang.R
- Loading branch information
Showing
42 changed files
with
1,160 additions
and
437 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 @@ | ||
Package: shiny | ||
Type: Package | ||
Title: Web Application Framework for R | ||
Version: 1.6.0.9021 | ||
Version: 1.6.0.9022 | ||
Authors@R: c( | ||
person("Winston", "Chang", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-1576-2126")), | ||
person("Joe", "Cheng", role = "aut", email = "[email protected]"), | ||
|
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,3 @@ | ||
#' @importFrom fastmap fastmap | ||
Map <- R6Class( | ||
'Map', | ||
portable = FALSE, | ||
|
Oops, something went wrong.