Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ggbreak and ggpubr ggarrange do not play nicely together #601

Open
AMChalkie opened this issue Apr 18, 2024 · 0 comments
Open

ggbreak and ggpubr ggarrange do not play nicely together #601

AMChalkie opened this issue Apr 18, 2024 · 0 comments

Comments

@AMChalkie
Copy link

Please briefly describe your problem and what output you expect.

ggarrange does not keep scale_x_break consistently in the plot.


Expected behavior

p1.test.with.breaks looks the same in the ggarrange.

Actual behavior

Plot doesn't contain brreaks.

Steps to reproduce the problem

library(ggplot2)
library(ggpubr)
library(ggbreak) 

set.seed(2)
x<-rnorm(25)
y<-rnorm(25)
df<-data.frame(x,y)

p1.test <- ggplot(df,aes(x,y)) +  geom_point()
p1.test.with.breaks <- ggplot(df,aes(x,y)) +  geom_point() + scale_x_break(breaks=seq(-3,2,0.5))
ggpubr::ggarrange(p1.test,p1.test.with.breaks)

session_info()

# please paste here the result of
devtools::session_info()

devtools::session_info()
─ Session info ────────────────────────────────────────────────────────────────────────────────────────────────────────
 setting  value
 version  R version 4.3.3 (2024-02-29)
 os       macOS Sonoma 14.4.1
 system   x86_64, darwin20
 ui       RStudio
 language (EN)
 collate  en_AU.UTF-8
 ctype    en_AU.UTF-8
 tz       Australia/Melbourne
 date     2024-04-19
 rstudio  2023.12.1+402 Ocean Storm (desktop)
 pandoc   3.1.1 @ /Applications/RStudio.app/Contents/Resources/app/quarto/bin/tools/ (via rmarkdown)

─ Packages ────────────────────────────────────────────────────────────────────────────────────────────────────────────
 package                      * version     date (UTC) lib source
 abind                          1.4-5       2016-07-21 [1] CRAN (R 4.3.0)
 alistairsRfunctions          * 0.200       2023-05-19 [1] local
 AnnotationDbi                  1.64.1      2023-11-03 [1] Bioconductor
 AnnotationFilter               1.26.0      2023-10-24 [1] Bioconductor
 AnnotationHub                  3.10.0      2023-10-24 [1] Bioconductor
 aplot                          0.2.2       2023-10-06 [1] CRAN (R 4.3.0)
 askpass                        1.2.0       2023-09-03 [1] CRAN (R 4.3.0)
 backports                      1.4.1       2021-12-13 [1] CRAN (R 4.3.0)
 base64                         2.0.1       2022-08-19 [1] CRAN (R 4.3.0)
 base64enc                      0.1-3       2015-07-28 [1] CRAN (R 4.3.0)
 base64url                      1.4         2018-05-14 [1] CRAN (R 4.3.0)
 beadarray                    * 2.52.0      2023-10-24 [1] Bioconductor
 BeadDataPackR                  1.54.0      2023-10-24 [1] Bioconductor
 Biobase                      * 2.62.0      2023-10-24 [1] Bioconductor
 BiocFileCache                  2.10.1      2023-10-26 [1] Bioconductor
 BiocGenerics                 * 0.48.1      2023-11-01 [1] Bioconductor
 BiocIO                         1.12.0      2023-10-24 [1] Bioconductor
 BiocManager                    1.30.22     2023-08-08 [1] CRAN (R 4.3.0)
 BiocParallel                   1.36.0      2023-10-24 [1] Bioconductor
 BiocVersion                    3.18.1      2023-11-15 [1] Bioconductor
 biomaRt                        2.58.2      2024-01-30 [1] Bioconductor 3.18 (R 4.3.2)
 Biostrings                     2.70.3      2024-03-13 [1] Bioconductor 3.18 (R 4.3.3)
 biovizBase                     1.50.0      2023-10-24 [1] Bioconductor
 bit                            4.0.5       2022-11-15 [1] CRAN (R 4.3.0)
 bit64                          4.0.5       2020-08-30 [1] CRAN (R 4.3.0)
 bitops                         1.0-7       2021-04-24 [1] CRAN (R 4.3.0)
 blob                           1.2.4       2023-03-17 [1] CRAN (R 4.3.0)
 broom                          1.0.5       2023-06-09 [1] CRAN (R 4.3.0)
 BSgenome                       1.70.2      2024-02-08 [1] Bioconductor 3.18 (R 4.3.2)
 BSgenome.Mmusculus.UCSC.mm10   1.4.3       2023-05-19 [1] Bioconductor
 cachem                         1.0.8       2023-05-01 [1] CRAN (R 4.3.0)
 Cairo                        * 1.6-2       2023-11-28 [1] CRAN (R 4.3.0)
 calibrate                    * 1.7.7       2020-06-19 [1] CRAN (R 4.3.0)
 callr                          3.7.5       2024-02-19 [1] CRAN (R 4.3.2)
 car                            3.1-2       2023-03-30 [1] CRAN (R 4.3.0)
 carData                        3.0-5       2022-01-06 [1] CRAN (R 4.3.0)
 caret                          6.0-94      2023-03-21 [1] CRAN (R 4.3.0)
 caTools                        1.18.2      2021-03-28 [1] CRAN (R 4.3.0)
 checkmate                      2.3.1       2023-12-04 [1] CRAN (R 4.3.0)
 circlize                       0.4.16      2024-02-20 [1] CRAN (R 4.3.2)
 class                          7.3-22      2023-05-03 [2] CRAN (R 4.3.3)
 cli                            3.6.2       2023-12-11 [1] CRAN (R 4.3.0)
 clue                           0.3-65      2023-09-23 [1] CRAN (R 4.3.0)
 cluster                        2.1.6       2023-12-01 [2] CRAN (R 4.3.3)
 codetools                      0.2-19      2023-02-01 [2] CRAN (R 4.3.3)
 colorspace                     2.1-0       2023-01-23 [1] CRAN (R 4.3.0)
 ComplexHeatmap               * 2.18.0      2023-10-24 [1] Bioconductor
 cowplot                        1.1.3       2024-01-22 [1] CRAN (R 4.3.2)
 crayon                         1.5.2       2022-09-29 [1] CRAN (R 4.3.0)
 curl                           5.2.1       2024-03-01 [1] CRAN (R 4.3.2)
 data.table                   * 1.15.2      2024-02-29 [1] CRAN (R 4.3.2)
 DBI                            1.2.2       2024-02-16 [1] CRAN (R 4.3.2)
 dbplyr                         2.5.0       2024-03-19 [1] CRAN (R 4.3.2)
 DelayedArray                   0.28.0      2023-10-24 [1] Bioconductor
 deldir                         2.0-4       2024-02-28 [1] CRAN (R 4.3.2)
 dendextend                     1.17.1      2023-03-25 [1] CRAN (R 4.3.0)
 DESeq2                       * 1.42.1      2024-03-06 [1] Bioconductor 3.18 (R 4.3.3)
 devtools                       2.4.5       2022-10-11 [1] CRAN (R 4.3.0)
 DiagrammeR                     1.0.11      2024-02-02 [1] CRAN (R 4.3.2)
 dichromat                      2.0-0.1     2022-05-02 [1] CRAN (R 4.3.0)
 digest                         0.6.35      2024-03-11 [1] CRAN (R 4.3.2)
 dittoSeq                     * 1.14.2      2024-02-09 [1] Bioconductor 3.18 (R 4.3.2)
 doParallel                     1.0.17      2022-02-07 [1] CRAN (R 4.3.0)
 dotCall64                      1.1-1       2023-11-28 [1] CRAN (R 4.3.0)
 dplyr                        * 1.1.4       2023-11-17 [1] CRAN (R 4.3.0)
 e1071                          1.7-14      2023-12-06 [1] CRAN (R 4.3.0)
 edgeR                        * 4.0.16      2024-02-18 [1] Bioconductor 3.18 (R 4.3.2)
 ellipsis                       0.3.2       2021-04-29 [1] CRAN (R 4.3.0)
 emmeans                        1.10.0      2024-01-23 [1] CRAN (R 4.3.2)
 ensembldb                      2.26.0      2023-10-24 [1] Bioconductor
 estimability                   1.5         2024-02-20 [1] CRAN (R 4.3.2)
 evaluate                       0.23        2023-11-01 [1] CRAN (R 4.3.0)
 fansi                          1.0.6       2023-12-08 [1] CRAN (R 4.3.0)
 farver                         2.1.1       2022-07-06 [1] CRAN (R 4.3.0)
 fastDummies                    1.7.3       2023-07-06 [1] CRAN (R 4.3.0)
 fastmap                        1.1.1       2023-02-24 [1] CRAN (R 4.3.0)
 fdrtool                        1.2.17      2021-11-13 [1] CRAN (R 4.3.0)
 fftw                           1.0-8       2024-01-08 [1] CRAN (R 4.3.0)
 filelock                       1.0.3       2023-12-11 [1] CRAN (R 4.3.0)
 fitdistrplus                   1.1-11      2023-04-25 [1] CRAN (R 4.3.0)
 forcats                      * 1.0.0       2023-01-29 [1] CRAN (R 4.3.0)
 foreach                        1.5.2       2022-02-02 [1] CRAN (R 4.3.0)
 foreign                        0.8-86      2023-11-28 [1] CRAN (R 4.3.0)
 Formula                        1.2-5       2023-02-24 [1] CRAN (R 4.3.0)
 fs                             1.6.3       2023-07-20 [1] CRAN (R 4.3.0)
 future                         1.33.1      2023-12-22 [1] CRAN (R 4.3.0)
 future.apply                   1.11.1      2023-12-21 [1] CRAN (R 4.3.0)
 generics                       0.1.3       2022-07-05 [1] CRAN (R 4.3.0)
 GeneStructureTools             1.22.0      2023-10-24 [1] Bioconductor
 GenomeInfoDb                 * 1.38.8      2024-03-15 [1] Bioconductor 3.18 (R 4.3.3)
 GenomeInfoDbData               1.2.11      2023-11-02 [1] Bioconductor
 GenomicAlignments              1.38.2      2024-01-16 [1] Bioconductor 3.18 (R 4.3.2)
 GenomicFeatures                1.54.4      2024-03-13 [1] Bioconductor 3.18 (R 4.3.3)
 GenomicRanges                * 1.54.1      2023-10-29 [1] Bioconductor
 GEOquery                     * 2.70.0      2023-10-24 [1] Bioconductor
 GetoptLong                     1.0.5       2020-12-15 [1] CRAN (R 4.3.0)
 getPass                        0.2-4       2023-12-10 [1] CRAN (R 4.3.0)
 ggbreak                      * 0.1.2       2023-06-26 [1] CRAN (R 4.3.0)
 ggfun                          0.1.4       2024-01-19 [1] CRAN (R 4.3.0)
 ggplot2                      * 3.5.0       2024-02-23 [1] CRAN (R 4.3.2)
 ggplotify                      0.1.2       2023-08-09 [1] CRAN (R 4.3.0)
 ggpubr                       * 0.6.0       2023-02-10 [1] CRAN (R 4.3.0)
 ggrepel                      * 0.9.5       2024-01-10 [1] CRAN (R 4.3.0)
 ggridges                       0.5.6       2024-01-23 [1] CRAN (R 4.3.2)
 ggsignif                       0.6.4       2022-10-13 [1] CRAN (R 4.3.0)
 git2r                          0.33.0      2023-11-26 [1] CRAN (R 4.3.0)
 GlobalOptions                  0.1.2       2020-06-10 [1] CRAN (R 4.3.0)
 globals                        0.16.3      2024-03-08 [1] CRAN (R 4.3.2)
 glue                           1.7.0       2024-01-09 [1] CRAN (R 4.3.0)
 goftest                        1.2-3       2021-10-07 [1] CRAN (R 4.3.0)
 gower                          1.0.1       2022-12-22 [1] CRAN (R 4.3.0)
 gplots                       * 3.1.3.1     2024-02-02 [1] CRAN (R 4.3.2)
 graph                          1.80.0      2023-10-24 [1] Bioconductor
 gridExtra                    * 2.3         2017-09-09 [1] CRAN (R 4.3.0)
 gridGraphics                   0.5-1       2020-12-13 [1] CRAN (R 4.3.0)
 gtable                         0.3.4       2023-08-21 [1] CRAN (R 4.3.0)
 gtools                         3.9.5       2023-11-20 [1] CRAN (R 4.3.0)
 Gviz                           1.46.1      2023-11-16 [1] Bioconductor
 hardhat                        1.3.1       2024-02-02 [1] CRAN (R 4.3.2)
 hexbin                       * 1.28.3      2023-03-21 [1] CRAN (R 4.3.0)
 Hmisc                          5.1-2       2024-03-11 [1] CRAN (R 4.3.2)
 hms                            1.1.3       2023-03-21 [1] CRAN (R 4.3.0)
 htmlTable                      2.4.2       2023-10-29 [1] CRAN (R 4.3.0)
 htmltools                      0.5.7       2023-11-03 [1] CRAN (R 4.3.0)
 htmlwidgets                    1.6.4       2023-12-06 [1] CRAN (R 4.3.0)
 httpuv                         1.6.14      2024-01-26 [1] CRAN (R 4.3.2)
 httr                           1.4.7       2023-08-15 [1] CRAN (R 4.3.0)
 ica                            1.0-3       2022-07-08 [1] CRAN (R 4.3.0)
 igraph                         2.0.3       2024-03-13 [1] CRAN (R 4.3.2)
 illuminaio                     0.44.0      2023-10-24 [1] Bioconductor
 interactiveDisplayBase         1.40.0      2023-10-24 [1] Bioconductor
 interp                         1.1-6       2024-01-26 [1] CRAN (R 4.3.2)
 ipred                          0.9-14      2023-03-09 [1] CRAN (R 4.3.0)
 IRanges                      * 2.36.0      2023-10-24 [1] Bioconductor
 IRdisplay                      1.1         2022-01-04 [1] CRAN (R 4.3.0)
 IRkernel                       1.3.2       2023-01-20 [1] CRAN (R 4.3.0)
 irlba                          2.3.5.1     2022-10-03 [1] CRAN (R 4.3.0)
 iterators                      1.0.14      2022-02-05 [1] CRAN (R 4.3.0)
 jpeg                           0.1-10      2022-11-29 [1] CRAN (R 4.3.0)
 jsonlite                     * 1.8.8       2023-12-04 [1] CRAN (R 4.3.0)
 KEGGgraph                      1.62.0      2023-10-24 [1] Bioconductor
 KEGGREST                       1.42.0      2023-10-24 [1] Bioconductor
 KernSmooth                     2.23-22     2023-07-10 [1] CRAN (R 4.3.0)
 knitr                          1.45        2023-10-30 [1] CRAN (R 4.3.0)
 labeling                       0.4.3       2023-08-29 [1] CRAN (R 4.3.0)
 later                          1.3.2       2023-12-06 [1] CRAN (R 4.3.0)
 lattice                        0.22-6      2024-03-20 [1] CRAN (R 4.3.2)
 latticeExtra                   0.6-30      2022-07-04 [1] CRAN (R 4.3.0)
 lava                           1.8.0       2024-03-05 [1] CRAN (R 4.3.2)
 lazyeval                       0.2.2       2019-03-15 [1] CRAN (R 4.3.0)
 leiden                         0.4.3.1     2023-11-17 [1] CRAN (R 4.3.0)
 lifecycle                      1.0.4       2023-11-07 [1] CRAN (R 4.3.0)
 limma                        * 3.58.1      2023-10-31 [1] Bioconductor
 listenv                        0.9.1       2024-01-29 [1] CRAN (R 4.3.2)
 lmtest                         0.9-40      2022-03-21 [1] CRAN (R 4.3.0)
 locfit                         1.5-9.9     2024-03-01 [1] CRAN (R 4.3.2)
 LSD                          * 4.1-0       2020-06-17 [1] CRAN (R 4.3.0)
 lubridate                    * 1.9.3       2023-09-27 [1] CRAN (R 4.3.0)
 magick                         2.8.3       2024-02-18 [1] CRAN (R 4.3.2)
 magrittr                       2.0.3       2022-03-30 [1] CRAN (R 4.3.0)
 MASS                         * 7.3-60.0.1  2024-01-13 [2] CRAN (R 4.3.3)
 Matrix                         1.6-5       2024-01-11 [1] CRAN (R 4.3.0)
 MatrixGenerics               * 1.14.0      2023-10-24 [1] Bioconductor
 matrixStats                  * 1.2.0       2023-12-11 [1] CRAN (R 4.3.0)
 memoise                        2.0.1       2021-11-26 [1] CRAN (R 4.3.0)
 mime                           0.12        2021-09-28 [1] CRAN (R 4.3.0)
 miniUI                         0.1.1.1     2018-05-18 [1] CRAN (R 4.3.0)
 ModelMetrics                   1.2.2.2     2020-03-17 [1] CRAN (R 4.3.0)
 multcomp                       1.4-25      2023-06-20 [1] CRAN (R 4.3.0)
 munsell                        0.5.0       2018-06-12 [1] CRAN (R 4.3.0)
 mvtnorm                        1.2-4       2023-11-27 [1] CRAN (R 4.3.0)
 NCIgraph                     * 1.50.0      2023-10-24 [1] Bioconductor
 NCIgraphData                 * 1.38.0      2023-10-26 [1] Bioconductor
 nichenetr                    * 1.1.1       2023-05-29 [1] Github (browaeysrobin/nichenetr@cc3bced)
 nlme                           3.1-164     2023-11-27 [1] CRAN (R 4.3.0)
 nnet                           7.3-19      2023-05-03 [2] CRAN (R 4.3.3)
 openssl                        2.1.1       2023-09-25 [1] CRAN (R 4.3.0)
 openxlsx                     * 4.2.5.2     2023-02-06 [1] CRAN (R 4.3.0)
 parallelly                     1.37.1      2024-02-29 [1] CRAN (R 4.3.2)
 patchwork                      1.2.0       2024-01-08 [1] CRAN (R 4.3.0)
 pbapply                        1.7-2       2023-06-27 [1] CRAN (R 4.3.0)
 pbdZMQ                         0.3-11      2024-01-15 [1] CRAN (R 4.3.0)
 pheatmap                     * 1.0.12      2019-01-04 [1] CRAN (R 4.3.0)
 pillar                         1.9.0       2023-03-22 [1] CRAN (R 4.3.0)
 pkgbuild                       1.4.4       2024-03-17 [1] CRAN (R 4.3.2)
 pkgconfig                      2.0.3       2019-09-22 [1] CRAN (R 4.3.0)
 pkgload                        1.3.4       2024-01-16 [1] CRAN (R 4.3.0)
 plotly                       * 4.10.4      2024-01-13 [1] CRAN (R 4.3.0)
 plyr                         * 1.8.9       2023-10-02 [1] CRAN (R 4.3.0)
 png                            0.1-8       2022-11-29 [1] CRAN (R 4.3.0)
 polyclip                       1.10-6      2023-09-27 [1] CRAN (R 4.3.0)
 prettyunits                    1.2.0       2023-09-24 [1] CRAN (R 4.3.0)
 pROC                           1.18.5      2023-11-01 [1] CRAN (R 4.3.0)
 processx                       3.8.4       2024-03-16 [1] CRAN (R 4.3.2)
 prodlim                        2023.08.28  2023-08-28 [1] CRAN (R 4.3.0)
 profvis                        0.3.8       2023-05-02 [1] CRAN (R 4.3.0)
 progress                       1.2.3       2023-12-06 [1] CRAN (R 4.3.0)
 progressr                      0.14.0      2023-08-10 [1] CRAN (R 4.3.0)
 promises                       1.2.1       2023-08-10 [1] CRAN (R 4.3.0)
 ProtGenerics                   1.34.0      2023-10-24 [1] Bioconductor
 proxy                          0.4-27      2022-06-09 [1] CRAN (R 4.3.0)
 ps                             1.7.6       2024-01-18 [1] CRAN (R 4.3.0)
 purrr                        * 1.0.2       2023-08-10 [1] CRAN (R 4.3.0)
 qusage                       * 2.36.0      2023-10-24 [1] Bioconductor
 R.methodsS3                    1.8.2       2022-06-13 [1] CRAN (R 4.3.0)
 R.oo                           1.26.0      2024-01-24 [1] CRAN (R 4.3.2)
 R6                             2.5.1       2021-08-19 [1] CRAN (R 4.3.0)
 ragg                           1.3.0       2024-03-13 [1] CRAN (R 4.3.2)
 randomForest                   4.7-1.1     2022-05-23 [1] CRAN (R 4.3.0)
 RANN                           2.6.1       2019-01-08 [1] CRAN (R 4.3.0)
 rappdirs                       0.3.3       2021-01-31 [1] CRAN (R 4.3.0)
 RBGL                           1.78.0      2023-10-24 [1] Bioconductor
 RColorBrewer                 * 1.1-3       2022-04-03 [1] CRAN (R 4.3.0)
 Rcpp                           1.0.12      2024-01-09 [1] CRAN (R 4.3.0)
 RcppAnnoy                      0.0.22      2024-01-23 [1] CRAN (R 4.3.2)
 RcppHNSW                       0.6.0       2024-02-04 [1] CRAN (R 4.3.2)
 RCurl                          1.98-1.14   2024-01-09 [1] CRAN (R 4.3.0)
 RCy3                           2.22.1      2023-11-07 [1] Bioconductor
 readr                        * 2.1.5       2024-01-10 [1] CRAN (R 4.3.0)
 recipes                        1.0.10      2024-02-18 [1] CRAN (R 4.3.2)
 remotes                        2.5.0       2024-03-17 [1] CRAN (R 4.3.2)
 repr                           1.1.6       2023-01-26 [1] CRAN (R 4.3.0)
 reshape2                       1.4.4       2020-04-09 [1] CRAN (R 4.3.0)
 restfulr                       0.0.15      2022-06-16 [1] CRAN (R 4.3.0)
 reticulate                     1.35.0      2024-01-31 [1] CRAN (R 4.3.2)
 Rgraphviz                      2.46.0      2023-10-24 [1] Bioconductor
 rJava                          1.0-11      2024-01-26 [1] CRAN (R 4.3.2)
 rjson                          0.2.21      2022-01-09 [1] CRAN (R 4.3.0)
 RJSONIO                        1.3-1.9     2023-11-27 [1] CRAN (R 4.3.0)
 rlang                          1.1.3       2024-01-10 [1] CRAN (R 4.3.0)
 rmarkdown                      2.26        2024-03-05 [1] CRAN (R 4.3.2)
 ROCR                           1.0-11      2020-05-02 [1] CRAN (R 4.3.0)
 rpart                          4.1.23      2023-12-05 [1] CRAN (R 4.3.0)
 rprojroot                      2.0.4       2023-11-05 [1] CRAN (R 4.3.0)
 Rsamtools                      2.18.0      2023-10-24 [1] Bioconductor
 rsconnect                      1.2.1       2024-01-31 [1] CRAN (R 4.3.2)
 RSpectra                       0.16-1      2022-04-24 [1] CRAN (R 4.3.0)
 RSQLite                        2.3.5       2024-01-21 [1] CRAN (R 4.3.0)
 rstatix                        0.7.2       2023-02-01 [1] CRAN (R 4.3.0)
 rstudioapi                     0.15.0      2023-07-07 [1] CRAN (R 4.3.0)
 rtracklayer                    1.62.0      2023-10-24 [1] Bioconductor
 Rtsne                          0.17        2023-12-07 [1] CRAN (R 4.3.0)
 S4Arrays                       1.2.1       2024-03-06 [1] Bioconductor 3.18 (R 4.3.3)
 S4Vectors                    * 0.40.2      2023-11-23 [1] Bioconductor
 sandwich                       3.1-0       2023-12-11 [1] CRAN (R 4.3.0)
 scales                         1.3.0       2023-11-28 [1] CRAN (R 4.3.0)
 scattermore                    1.2         2023-06-12 [1] CRAN (R 4.3.0)
 sctransform                    0.4.1       2023-10-19 [1] CRAN (R 4.3.0)
 sessioninfo                    1.2.2       2021-12-06 [1] CRAN (R 4.3.0)
 Seurat                         5.0.3       2024-03-18 [1] CRAN (R 4.3.2)
 SeuratObject                   5.0.1       2023-11-17 [1] CRAN (R 4.3.0)
 shape                          1.4.6.1     2024-02-23 [1] CRAN (R 4.3.2)
 shiny                          1.8.0       2023-11-17 [1] CRAN (R 4.3.0)
 SingleCellExperiment           1.24.0      2023-10-24 [1] Bioconductor
 sp                             2.1-3       2024-01-30 [1] CRAN (R 4.3.2)
 spam                           2.10-0      2023-10-23 [1] CRAN (R 4.3.0)
 SparseArray                    1.2.4       2024-02-11 [1] Bioconductor 3.18 (R 4.3.2)
 spatstat.data                  3.0-4       2024-01-15 [1] CRAN (R 4.3.0)
 spatstat.explore               3.2-7       2024-03-21 [1] CRAN (R 4.3.2)
 spatstat.geom                  3.2-9       2024-02-28 [1] CRAN (R 4.3.2)
 spatstat.random                3.2-3       2024-02-29 [1] CRAN (R 4.3.2)
 spatstat.sparse                3.0-3       2023-10-24 [1] CRAN (R 4.3.0)
 spatstat.utils                 3.0-4       2023-10-24 [1] CRAN (R 4.3.0)
 statmod                        1.5.0       2023-01-06 [1] CRAN (R 4.3.0)
 stringdist                     0.9.12      2023-11-28 [1] CRAN (R 4.3.0)
 stringi                        1.8.3       2023-12-11 [1] CRAN (R 4.3.0)
 stringr                      * 1.5.1       2023-11-14 [1] CRAN (R 4.3.0)
 SummarizedExperiment         * 1.32.0      2023-10-24 [1] Bioconductor
 survival                       3.5-8       2024-02-14 [1] CRAN (R 4.3.2)
 systemfonts                    1.0.6       2024-03-07 [1] CRAN (R 4.3.2)
 tensor                         1.5         2012-05-05 [1] CRAN (R 4.3.0)
 textshaping                    0.3.7       2023-10-09 [1] CRAN (R 4.3.0)
 TH.data                        1.1-2       2023-04-17 [1] CRAN (R 4.3.0)
 tibble                       * 3.2.1       2023-03-20 [1] CRAN (R 4.3.0)
 tidyHeatmap                  * 1.10.1      2023-11-17 [1] Github (stemangiola/tidyHeatmap@68db595)
 tidyr                        * 1.3.1       2024-01-24 [1] CRAN (R 4.3.2)
 tidyselect                     1.2.1       2024-03-11 [1] CRAN (R 4.3.2)
 tidyverse                    * 2.0.0       2023-02-22 [1] CRAN (R 4.3.0)
 timechange                     0.3.0       2024-01-18 [1] CRAN (R 4.3.0)
 timeDate                       4032.109    2023-12-14 [1] CRAN (R 4.3.0)
 tximeta                      * 1.20.3      2024-01-29 [1] Bioconductor 3.18 (R 4.3.2)
 tximport                       1.30.0      2023-10-29 [1] Bioconductor
 tzdb                           0.4.0       2023-05-12 [1] CRAN (R 4.3.0)
 urlchecker                     1.0.1       2021-11-30 [1] CRAN (R 4.3.0)
 usethis                        2.2.3       2024-02-19 [1] CRAN (R 4.3.2)
 utf8                           1.2.4       2023-10-22 [1] CRAN (R 4.3.0)
 uuid                           1.2-0       2024-01-14 [1] CRAN (R 4.3.0)
 uwot                           0.1.16      2023-06-29 [1] CRAN (R 4.3.0)
 VariantAnnotation              1.48.1      2023-11-15 [1] Bioconductor
 vctrs                          0.6.5       2023-12-01 [1] CRAN (R 4.3.0)
 viridis                        0.6.5       2024-01-29 [1] CRAN (R 4.3.2)
 viridisLite                    0.4.2       2023-05-02 [1] CRAN (R 4.3.0)
 visNetwork                     2.1.2       2022-09-29 [1] CRAN (R 4.3.0)
 whisker                        0.4.1       2022-12-05 [1] CRAN (R 4.3.0)
 withr                          3.0.0       2024-01-16 [1] CRAN (R 4.3.0)
 workflowr                    * 1.7.1       2023-08-23 [1] CRAN (R 4.3.0)
 writexl                        1.5.0       2024-02-09 [1] CRAN (R 4.3.2)
 xfun                           0.42        2024-02-08 [1] CRAN (R 4.3.2)
 xlsx                           0.6.5       2020-11-10 [1] CRAN (R 4.3.0)
 xlsxjars                       0.6.1       2014-08-22 [1] CRAN (R 4.3.0)
 XML                            3.99-0.16.1 2024-01-22 [1] CRAN (R 4.3.2)
 xml2                           1.3.6       2023-12-04 [1] CRAN (R 4.3.0)
 xtable                         1.8-4       2019-04-21 [1] CRAN (R 4.3.0)
 XVector                        0.42.0      2023-10-24 [1] Bioconductor
 yaml                           2.3.8       2023-12-11 [1] CRAN (R 4.3.0)
 yulab.utils                    0.1.4       2024-01-28 [1] CRAN (R 4.3.2)
 zip                            2.3.1       2024-01-27 [1] CRAN (R 4.3.2)
 zlibbioc                       1.48.2      2024-03-13 [1] Bioconductor 3.18 (R 4.3.3)
 zoo                            1.8-12      2023-04-13 [1] CRAN (R 4.3.0)

 [1] /Users/achalk/Library/R/x86_64/4.3/library
 [2] /Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library
@AMChalkie AMChalkie changed the title ggbreak and ggpubr ggarrange don ggbreak and ggpubr ggarrange do not play nicely together Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant