We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 633addd commit 4509682Copy full SHA for 4509682
R/zzz.R
@@ -10,3 +10,6 @@
10
"\nUse update.packages('ggplot2') to update.")
11
}
12
13
+.onLoad <- function(libname, pkgname) {
14
+ bayesplot_theme_set()
15
+}
0 commit comments