Hi, I lost my computer and bought another recently. I have successfully installed R but failed to get packages. I have tried to install packages both in jupyter notebook through anaconda and R studio. I get two kind of messages.
First,
Warning message:
“package ‘tydverse’ is not available (for R version 3.6.1)”
Second, I get a long, long message
also installing the dependencies ‘fs’, ‘processx’, ‘xfun’, ‘blob’, ‘lifecycle’, ‘tidyselect’, ‘vctrs’, ‘glue’, ‘data.table’, ‘gargle’, ‘rematch2’, ‘isoband’, ‘callr’, ‘knitr’, ‘ellipsis’, ‘broom’, ‘dbplyr’, ‘dplyr’, ‘dtplyr’, ‘forcats’, ‘googledrive’, ‘googlesheets4’, ‘ggplot2’, ‘haven’, ‘hms’, ‘jsonlite’, ‘lubridate’, ‘magrittr’, ‘modelr’, ‘pillar’, ‘purrr’, ‘readr’, ‘reprex’, ‘rlang’, ‘rvest’, ‘tibble’, ‘tidyr’, ‘xml2’ Warning message in install.packages("tidyverse"): “installation of package ‘fs’ had non-zero exit status”Warning message in install.packages("tidyverse"): “installation of package ‘processx’ had non-zero exit status”Warning message in install.packages("tidyverse"): “installation of package ‘xfun’ had non-zero exit status”Warning message in install.packages("tidyverse"): “installation of package ‘glue’ had non-zero exit status”Warning message in install.packages("tidyverse"): “installation of package ‘data.table’ had non-zero exit status”Warning message in install.packages("tidyverse"): “installation of package ‘isoband’ had non-zero exit status”Warning message in install.packages("tidyverse"): “installation of package ‘jsonlite’ had non-zero exit status”Warning message in install.packages("tidyverse"): “installation of package ‘lubridate’ had non-zero exit status”Warning message in install.packages("tidyverse"): “installation of package ‘magrittr’ had non-zero exit status”Warning message in install.packages("tidyverse"): “installation of package ‘rlang’ had non-zero exit status”Warning message in install.packages("tidyverse"): “installation of package ‘xml2’ had non-zero exit status”Warning message in install.packages("tidyverse"): “installation of package ‘lifecycle’ had non-zero exit status”Warning message in install.packages("tidyverse"): “installation of package ‘gargle’ had non-zero exit status”Warning message in install.packages("tidyverse"): “installation of package ‘callr’ had non-zero exit status”Warning message in install.packages("tidyverse"): “installation of package ‘knitr’ had non-zero exit status”Warning message in install.packages("tidyverse"): “installation of package ‘ellipsis’ had non-zero exit status”Warning message in install.packages("tidyverse"): “installation of package ‘purrr’ had non-zero exit status”Warning message in install.packages("tidyverse"): “installation of package ‘vctrs’ had non-zero exit status”Warning message in install.packages("tidyverse"): “installation of package ‘reprex’ had non-zero exit status”Warning message in install.packages("tidyverse"): “installation of package ‘blob’ had non-zero exit status”Warning message in install.packages("tidyverse"): “installation of package ‘tidyselect’ had non-zero exit status”Warning message in install.packages("tidyverse"): “installation of package ‘hms’ had non-zero exit status”Warning message in install.packages("tidyverse"): “installation of package ‘pillar’ had non-zero exit status”Warning message in install.packages("tidyverse"): “installation of package ‘tibble’ had non-zero exit status”Warning message in install.packages("tidyverse"): “installation of package ‘rematch2’ had non-zero exit status”Warning message in install.packages("tidyverse"): “installation of package ‘dplyr’ had non-zero exit status”Warning message in install.packages("tidyverse"): “installation of package ‘forcats’ had non-zero exit status”Warning message in install.packages("tidyverse"): “installation of package ‘googledrive’ had non-zero exit status”Warning message in install.packages("tidyverse"): “installation of package ‘ggplot2’ had non-zero exit status”Warning message in install.packages("tidyverse"): “installation of package ‘readr’ had non-zero exit status”Warning message in install.packages("tidyverse"): “installation of package ‘rvest’ had non-zero exit status”Warning message in install.packages("tidyverse"): “installation of package ‘dbplyr’ had non-zero exit status”Warning message in install.packages("tidyverse"): “installation of package ‘dtplyr’ had non-zero exit status”Warning message in install.packages("tidyverse"): “installation of package ‘googlesheets4’ had non-zero exit status”Warning message in install.packages("tidyverse"): “installation of package ‘haven’ had non-zero exit status”Warning message in install.packages("tidyverse"): “installation of package ‘tidyr’ had non-zero exit status”Warning message in install.packages("tidyverse"): “installation of package ‘broom’ had non-zero exit status”Warning message in install.packages("tidyverse"): “installation of package ‘modelr’ had non-zero exit status”Warning message in install.packages("tidyverse"): “installation of package ‘tidyverse’ had non-zero exit status”Updating HTML index of packages in '.Library' Making 'packages.html' ... done
I am not understanding what could be the problem. I use Macbook Pro with M1 processor. I will be grateful for your guidance. I read a lot of online stuff but they were unhelpful.