Skip to content

Commit 22bb139

Browse files
committed
port auto-theming logic to new thematic package
1 parent caf8842 commit 22bb139

File tree

10 files changed

+59
-542
lines changed

10 files changed

+59
-542
lines changed

DESCRIPTION

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ Imports:
7979
crayon,
8080
rlang (>= 0.4.0),
8181
fastmap (>= 1.0.0),
82-
withr
82+
withr,
83+
thematic
8384
Suggests:
8485
datasets,
8586
Cairo (>= 1.5-5),
@@ -93,10 +94,10 @@ Suggests:
9394
shinytest,
9495
yaml,
9596
future,
96-
dygraphs,
97-
scales
97+
dygraphs
9898
Remotes:
99-
rstudio/htmltools
99+
rstudio/htmltools,
100+
rstudio/thematic
100101
URL: http://shiny.rstudio.com
101102
BugReports: https://github.com/rstudio/shiny/issues
102103
Collate:

NAMESPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ export(addResourcePath)
4848
export(animationOptions)
4949
export(appendTab)
5050
export(as.shiny.appobj)
51-
export(autoThemeOptions)
5251
export(basicPage)
5352
export(bookmarkButton)
5453
export(bootstrapLib)

0 commit comments

Comments
 (0)