-
Notifications
You must be signed in to change notification settings - Fork 70
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 normalize_tag_attribs
* master: `tagQuery()`: Rename`$root()` to `$allTags()`, `$selected()` to `$selectedTags()`; Print `$selectedTags()` like a `list()` (#230) tagQuery(): Rebuild less often and do not check for tag env cycles; Rename `$reset()` -> `$resetSelected()` (#235) Bump rlang dev version Revert "Return invisibly when not creating a new tagQuery() object (#228)" Allow tag query `$*Class()` methods to no-op on length 0 inputs (#236)
- Loading branch information
Showing
6 changed files
with
376 additions
and
331 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: htmltools | ||
Type: Package | ||
Title: Tools for HTML | ||
Version: 0.5.1.9002 | ||
Version: 0.5.1.9003 | ||
Authors@R: c( | ||
person("Joe", "Cheng", role = "aut", email = "[email protected]"), | ||
person("Carson", "Sievert", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-4958-2844")), | ||
|
@@ -19,7 +19,7 @@ Imports: | |
digest, | ||
grDevices, | ||
base64enc, | ||
rlang (>= 0.4.10.9000), | ||
rlang (>= 0.4.11.9000), | ||
fastmap | ||
Suggests: | ||
markdown, | ||
|
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.