Hi everyone,
I hope all is well!!
I have a question: I used RStudio before, but it was like 9 months ago so yesterday, I opened it but I saw that there was an update, so I clicked to update but I guess it's not compatible with my computer at this point. It's a bit old. I'm using macOS Mojave version 10.14.6, so I downloaded this 10.14 version:
RStudio Desktop Releases on Unsupported Versions of MacOS..
so I downloaded this version, but I'm not sure if it's the latest version of RStudio that I can use with my computer. How do I check that? So now I was trying to install packages, tidyverse, and I got some errors like this:
Warning in install.packages :
dependencies ‘broom’, ‘dbplyr’, ‘dplyr’, ‘ggplot2’, ‘googledrive’, ‘googlesheets4’, ‘haven’, ‘httr’, ‘purrr’, ‘readr’, ‘readxl’, ‘reprex’, ‘rlang’, ‘rvest’, ‘stringr’, ‘tidyr’, ‘xml2’, ‘glue’, ‘lifecycle’, ‘vctrs’, ‘withr’, ‘cpp11’ are not available
also installing the dependencies ‘fastmap’, ‘cachem’, ‘memoise’, ‘data.table’, ‘tidyselect’, ‘pkgconfig’, ‘generics’, ‘timechange’, ‘fansi’, ‘utf8’, ‘systemfonts’, ‘textshaping’, ‘conflicted’, ‘cli’, ‘dtplyr’, ‘forcats’, ‘hms’, ‘jsonlite’, ‘lubridate’, ‘magrittr’, ‘modelr’, ‘pillar’, ‘ragg’, ‘rstudioapi’, ‘tibble’
Warning in install.packages :
unable to access index for repository https://cran.rstudio.com/bin/macosx/el-capitan/contrib/3.4:
cannot open URL 'https://cran.rstudio.com/bin/macosx/el-capitan/contrib/3.4/PACKAGES'
Packages which are only available in source form, and may need compilation of
C/C++/Fortran: ‘fastmap’ ‘cachem’ ‘data.table’ ‘tidyselect’ ‘timechange’ ‘fansi’
‘utf8’ ‘systemfonts’ ‘textshaping’ ‘cli’ ‘jsonlite’ ‘lubridate’ ‘magrittr’ ‘ragg’
‘tibble’
Do you want to attempt to install these from sources?
y/n: y
.
.
.
Warning in install.packages :
installation of package ‘tidyverse’ had non-zero exit status
The downloaded source packages are in
‘/private/var/folders/d0/zls9vc895q56p2q20jyx74rm0000gn/T/RtmpvgcKOY/downloaded_packages’
Do you think it is because of the version I'm using? If it is, how do I make sure I'm using the latest and best version?
Thank you very much!!