Unable to install ggpubr

Hi,

I'm getting an error message when trying to install ggpubr on a Mac running Tahoe 26.2.

I'm getting the following error message:

Blockquote

Error: file ‘/var/folders/ht/m8rp05t534s59zbp0vf19l0w0000gn/T//RtmpkCSaoD/downloaded_packages/reformulas_0.4.3.1.tgz’ is not a macOS binary package
In addition: Warning messages:
1: In .rs.downloadFile(url = c("https://cran.rstudio.com/bin/macosx/big-sur-arm64/contrib/4.5/reformulas_0.4.3.1.tgz", :
cannot open URL 'https://cran.rstudio.com/bin/macosx/big-sur-arm64/contrib/4.5/reformulas_0.4.3.1.tgz': HTTP status was '404 Not Found'
2: In .rs.downloadFile(url = c("https://cran.rstudio.com/bin/macosx/big-sur-arm64/contrib/4.5/reformulas_0.4.3.1.tgz", :
URL 'https://cran.rstudio.com/bin/macosx/big-sur-arm64/contrib/4.5/gridExtra_2.3.tgz': Timeout of 60 seconds was reached
some files were not downloaded
7: 'tar' returned non-zero exit code 1

Blockquote

Any ideas why? I'm new to R coding so not great at debugging!

Set a longer timeout with

options(timeout = 100000)

before the installation.

Hello @gvpermanand

Are you still facing this issue? It appears that the installation is failing because of the dependent R packages "reformulas" and "gridExtra".

"gridExtra" is failing because of timeout and there isn't a binary R package "reformulas".

@Gabor let me know your thoughts.