Skip to content

Commit 4509682

Browse files
committed
Set theme in .onLoad
1 parent 633addd commit 4509682

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

R/zzz.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@
1010
"\nUse update.packages('ggplot2') to update.")
1111
}
1212
}
13+
.onLoad <- function(libname, pkgname) {
14+
bayesplot_theme_set()
15+
}

0 commit comments

Comments
 (0)