-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
tagQuery(tags)
for complex css selections and alterations (#208)
Co-authored-by: Barret Schloerke <[email protected]> Co-authored-by: Winston Chang <[email protected]> Co-authored-by: Carson Sievert <[email protected]>
- Loading branch information
1 parent
9abc3f2
commit 838b560
Showing
11 changed files
with
3,342 additions
and
45 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 |
---|---|---|
|
@@ -5,7 +5,8 @@ Version: 0.5.1.9000 | |
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")), | ||
person("Winston", "Chang", role = "aut", email = "[email protected]"), | ||
person("Barret", "Schloerke", role = "aut", email = "[email protected]", comment = c(ORCID = "0000-0001-9986-114X")), | ||
person("Winston", "Chang", role = "aut", email = "[email protected]", comment = c(ORCID = "0000-0002-1576-2126")), | ||
person("Yihui", "Xie", role = "aut", email = "[email protected]"), | ||
person("Jeff", "Allen", role = "aut", email = "[email protected]"), | ||
person(family = "RStudio", role = "cph") | ||
|
@@ -18,14 +19,17 @@ Imports: | |
digest, | ||
grDevices, | ||
base64enc, | ||
rlang | ||
rlang, | ||
fastmap | ||
Suggests: | ||
markdown, | ||
testthat, | ||
withr, | ||
Cairo, | ||
ragg, | ||
shiny | ||
Remotes: | ||
r-lib/rlang | ||
Enhances: knitr | ||
License: GPL (>= 2) | ||
URL: https://github.com/rstudio/htmltools | ||
|
@@ -39,7 +43,9 @@ Collate: | |
'html_print.R' | ||
'images.R' | ||
'known_tags.R' | ||
'selector.R' | ||
'shim.R' | ||
'tag_query.R' | ||
'utils.R' | ||
'tags.R' | ||
'template.R' |
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.