mjskay / tidybayes

Bayesian analysis + tidy data + geoms (R package)
http://mjskay.github.io/tidybayes
GNU General Public License v3.0
718 stars 59 forks source link

Missing geoms #203

Closed lindeloev closed 4 years ago

lindeloev commented 4 years ago

vignette("slabinterval") is not available after library(tidybays). Nor are most of the stat_* functions:

image

tidybayes package version: 1.1.0

> sessionInfo()
R version 3.6.1 (2019-07-05)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 17134)

Matrix products: default

locale:
[1] LC_COLLATE=English_United States.1252  LC_CTYPE=English_United States.1252   
[3] LC_MONETARY=English_United States.1252 LC_NUMERIC=C                          
[5] LC_TIME=English_United States.1252    

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] tidybayes_1.1.0

loaded via a namespace (and not attached):
 [1] Rcpp_1.0.2                rstudioapi_0.10           magrittr_1.5             
 [4] tidyselect_0.2.5          munsell_0.5.0             svUnit_0.7-12            
 [7] colorspace_1.4-1          lattice_0.20-38           R6_2.4.0                 
[10] rlang_0.4.0               plyr_1.8.4                dplyr_0.8.3              
[13] tools_3.6.1               grid_3.6.1                packrat_0.5.0            
[16] ggstance_0.3.3            gtable_0.3.0              coda_0.19-3              
[19] arrayhelpers_1.0-20160527 lazyeval_0.2.2            assertthat_0.2.1         
[22] lifecycle_0.1.0           tibble_2.1.3              crayon_1.3.4             
[25] tidyr_1.0.0               purrr_0.3.2               ggplot2_3.2.1            
[28] vctrs_0.2.0               zeallot_0.1.0             glue_1.3.1               
[31] compiler_3.6.1            pillar_1.4.2              backports_1.1.4          
[34] forcats_0.4.0             scales_1.0.0              pkgconfig_2.0.2
mjskay commented 4 years ago

Ah sorry, they're in the dev version currently. I haven't submitted the new version to cran yet, so you have to do devtools::install_github("mjskay/tidybayes") to get the version with those geoms.

lindeloev commented 4 years ago

Thank you! It works now.