Cannot install readxl

Error Information:

install.packages("readxl")
Warning in install.packages :
package ‘readxl’ is not available (for R version 3.3.3)

Warning in install.packages :
unable to access index for repository https://cran.rstudio.com/bin/macosx/mavericks/contrib/3.3:
cannot download all files

Description of issue -
Cannot install readxl

Steps taken so far -

System Information:

  • RStudio Edition: (Desktop or Server): Desktop
  • RStudio Version: 2023.06.2+561
  • OS Version: MacOS 13.4.1 (Ventura)
  • R Version: 3.3.3

Hi @fcbogle
Welcome to the Posit Community Forum.

You require an R version >= 3.6 to install readxl. Better still, upgrade to the latest version 4.3.1

1 Like

This message typically sometimes indicates a connectivity issue. But this looks like it is looking in a non-existent directory, for mavericks version of macOS, which rstudio no longer supports (policy is current version and previous two). Updating to Big Sur macOS (perferably Ventura) should fix this.

Staying on this version will create mounting issues with the passage of time. I strongly recommend installing the current version from cran-rproject.org unless you have a specific need for this very old (2017) version.

1 Like

Thank you, I upgraded to latest version and all good.
Regards and Thanks!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.