Tidyverse won't install on RStudio

Tidyverse won't install on RStudio. I'm using this version:

RStudio 2022.12.0+353 "Elsbeth Geranium" Release (7d165dcfc1b6d300eb247738db2c7076234f6ef0, 2022-12-18) for Fedora release 37 (Thirty Seven)
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) QtWebEngine/5.15.10 Chrome/87.0.4280.144 Safari/537.36

I get an error message telling me that "R sub-architecture is not installed"
I'm using R version 4.2.2 How can I solve this?

Can you post your results?

R.Version()
#> $platform
#> [1] "aarch64-apple-darwin20"
#> 
#> $arch
#> [1] "aarch64"
#> 
#> $os
#> [1] "darwin20"
#> 
#> $system
#> [1] "aarch64, darwin20"
#> 
#> $status
#> [1] ""
#> 
#> $major
#> [1] "4"
#> 
#> $minor
#> [1] "2.2"
#> 
#> $year
#> [1] "2022"
#> 
#> $month
#> [1] "10"
#> 
#> $day
#> [1] "31"
#> 
#> ```
svn rev`
#> [1] "83211"
#> 
#> $language
#> [1] "R"
#> 
#> $version.string
#> [1] "R version 4.2.2 (2022-10-31)"
#> 
#> $nickname
#> [1] "Innocent and Trusting"

Created on 2023-01-06 with reprex v2.0.2

RStudio is an IDE for the R programming language but it doesn't have a direct effect on your R package library.

To help us help you, please post the complete console output you get when you try to install the package with this command

install.packages("tidyverse")

This topic was automatically closed 21 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.