ggpubr icon indicating copy to clipboard operation
ggpubr copied to clipboard

ggarrange doesn't work in R version 4.0.2

Open kaatr opened this issue 4 years ago • 2 comments

I have been using ggarrange for a while and love the way it easily combines ggplot figures. Recently I had to do an R update and unfortunately the ggarrange package is not compatible with the new version. when trying to load the package I receive the following error message: package ‘ggarrange’ is not available (for R version 4.0.2)

Is there an update planned to solve this issue? Thanks!

kaatr avatar Nov 25 '20 08:11 kaatr

I am having the same issue, would love for it to be possible to use ggarrange with R 4.0.2

apinharanda avatar Apr 29 '21 23:04 apinharanda

ggarrange is no longer on CRAN it was removed. If you want to combine ggplot figures I would recommend to use patchwork which is on CRAN and working for R 4.0.2.

llrs avatar May 04 '21 08:05 llrs

ggarrange() is a function available in ggpubr, you just need to load ggpubr to use it and it is available for 4.0.2. The error message that you obtained let me think that you are trying to load ggarrange like a package.

kassambara avatar Nov 23 '22 23:11 kassambara