ソースを参照

no rlang, use base warning

tags/v0.3.0
コミット
74c4927910
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      R/ggplot2.R

+ 1
- 1
R/ggplot2.R ファイルの表示

@@ -491,7 +491,7 @@ theme_xaringan_restore_defaults <- function() {

safely_set_geom <- function(geom, new) {
warn <- function(x) {
rlang::warn(x$message)
warning(x$message, call. = TRUE, immediate. = TRUE)
invisible()
}
tryCatch(

読み込み中…
キャンセル
保存