This website works better with JavaScript.
Home
Explore
Help
Sign In
garrick
/
xaringanthemer
mirror of
https://github.com/gadenbuie/xaringanthemer.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
10
Wiki
Activity
Browse Source
rethinking check
tags/v0.3.0
Garrick Aden-Buie
6 years ago
parent
74c4927910
commit
b68578bb62
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
+0
-1
R/ggplot2.R
+ 0
- 1
R/ggplot2.R
View File
@@ -402,7 +402,6 @@ theme_xaringan_set_defaults <- function(
text_font = NULL
) {
requires_package("ggplot2")
text_font %||% stopifnot(is.character(text_font) && length(text_font) == 1)
blend <- color_blender(text_color, background_color)
Write
Preview
Loading…
Cancel
Save