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
no rlang, use base warning
tags/v0.3.0
Garrick Aden-Buie
6 years ago
parent
7648f4cc6c
commit
74c4927910
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
R/ggplot2.R
+ 1
- 1
R/ggplot2.R
View File
@@ -491,7 +491,7 @@ theme_xaringan_restore_defaults <- function() {
safely_set_geom <- function(geom, new) {
warn <- function(x) {
rlang::
warn(x$message)
warn
ing
(x$message
, call. = TRUE, immediate. = TRUE
)
invisible()
}
tryCatch(
Write
Preview
Loading…
Cancel
Save