ProjectMOSAIC / ggformula

Provides a formula interface to 'ggplot2' graphics.
Other
39 stars 11 forks source link

issue with ggplot2.3 release? #94

Closed nicholasjhorton closed 6 years ago

nicholasjhorton commented 6 years ago

gf_boxplot(cesd ~ sex, data = HELPrct) %>%

Matrix products: default BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib LAPACK: /Library/Frameworks/R.framework/Versions/3.5/Resources/lib/libRlapack.dylib

locale: [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

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

other attached packages: [1] mosaic_1.2.0 Matrix_1.2-14 mosaicData_0.16.0 ggformula_0.7.0
[5] ggplot2_2.2.1.9000 lattice_0.20-35 dplyr_0.7.5

loaded via a namespace (and not attached): [1] Rcpp_0.12.17 pillar_1.2.3 compiler_3.5.0 plyr_1.8.4
[5] bindr_0.1.1 tools_3.5.0 tibble_1.4.2 gtable_0.2.0
[9] nlme_3.1-137 pkgconfig_2.0.1 rlang_0.2.1 psych_1.8.4
[13] parallel_3.5.0 ggdendro_0.1-20 bindrcpp_0.2.2 gridExtra_2.3
[17] withr_2.1.2 stringr_1.3.1 grid_3.5.0 tidyselect_0.2.4 [21] mosaicCore_0.5.0 glue_1.2.0 R6_2.2.2 foreign_0.8-70
[25] reshape2_1.4.3 purrr_0.2.5 tidyr_0.8.1 magrittr_1.5
[29] scales_0.5.0 MASS_7.3-50 splines_3.5.0 assertthat_0.2.0 [33] mnormt_1.5-5 colorspace_1.3-2 stringi_1.2.3 lazyeval_0.2.1
[37] munsell_0.5.0 broom_0.4.4

rpruim commented 6 years ago

It doesn't look like you are using the development version of ggformula. Note the version number:

Package: ggformula
Title: Formula Interface to the Grammar of Graphics
Description: Provides a formula interface to 'ggplot2' graphics.
Type: Package
Version: 0.7.9002

The CRAN version you are using doesn't know about the developmental release of ggplot2.