hello thank you.
I'm now receiving a different output but tidyverse is still failing to install. Now that I have Xcode command line tools installed it spits out a huge output that ends in:
installing to /Library/Frameworks/R.framework/Versions/3.3/Resources/library/lubridate/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** preparing package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (lubridate)
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) :
unknown timezone 'zone/tz/2019c.1.0/zoneinfo/Europe/London'
* installing *source* package ‘rvest’ ...
** package ‘rvest’ successfully unpacked and MD5 sums checked
** R
** demo
** inst
** preparing package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (rvest)
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) :
unknown timezone 'zone/tz/2019c.1.0/zoneinfo/Europe/London'
ERROR: dependency ‘vctrs’ is not available for package ‘hms’
* removing ‘/Library/Frameworks/R.framework/Versions/3.3/Resources/library/hms’
Warning in install.packages :
installation of package ‘hms’ had non-zero exit status
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) :
unknown timezone 'zone/tz/2019c.1.0/zoneinfo/Europe/London'
ERROR: dependency ‘vctrs’ is not available for package ‘pillar’
* removing ‘/Library/Frameworks/R.framework/Versions/3.3/Resources/library/pillar’
Warning in install.packages :
installation of package ‘pillar’ had non-zero exit status
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) :
unknown timezone 'zone/tz/2019c.1.0/zoneinfo/Europe/London'
* installing *source* package ‘reprex’ ...
** package ‘reprex’ successfully unpacked and MD5 sums checked
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (reprex)
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) :
unknown timezone 'zone/tz/2019c.1.0/zoneinfo/Europe/London'
ERROR: dependency ‘hms’ is not available for package ‘progress’
* removing ‘/Library/Frameworks/R.framework/Versions/3.3/Resources/library/progress’
Warning in install.packages :
installation of package ‘progress’ had non-zero exit status
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) :
unknown timezone 'zone/tz/2019c.1.0/zoneinfo/Europe/London'
ERROR: dependency ‘pillar’ is not available for package ‘tibble’
* removing ‘/Library/Frameworks/R.framework/Versions/3.3/Resources/library/tibble’
Warning in install.packages :
installation of package ‘tibble’ had non-zero exit status
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) :
unknown timezone 'zone/tz/2019c.1.0/zoneinfo/Europe/London'
ERROR: dependency ‘tibble’ is not available for package ‘dplyr’
* removing ‘/Library/Frameworks/R.framework/Versions/3.3/Resources/library/dplyr’
Warning in install.packages :
installation of package ‘dplyr’ had non-zero exit status
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) :
unknown timezone 'zone/tz/2019c.1.0/zoneinfo/Europe/London'
ERROR: dependency ‘tibble’ is not available for package ‘forcats’
* removing ‘/Library/Frameworks/R.framework/Versions/3.3/Resources/library/forcats’
Warning in install.packages :
installation of package ‘forcats’ had non-zero exit status
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) :
unknown timezone 'zone/tz/2019c.1.0/zoneinfo/Europe/London'
ERROR: dependency ‘tibble’ is not available for package ‘ggplot2’
* removing ‘/Library/Frameworks/R.framework/Versions/3.3/Resources/library/ggplot2’
Warning in install.packages :
installation of package ‘ggplot2’ had non-zero exit status
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) :
unknown timezone 'zone/tz/2019c.1.0/zoneinfo/Europe/London'
ERROR: dependencies ‘tibble’, ‘hms’ are not available for package ‘readr’
* removing ‘/Library/Frameworks/R.framework/Versions/3.3/Resources/library/readr’
Warning in install.packages :
installation of package ‘readr’ had non-zero exit status
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) :
unknown timezone 'zone/tz/2019c.1.0/zoneinfo/Europe/London'
ERROR: dependencies ‘tibble’, ‘progress’ are not available for package ‘readxl’
* removing ‘/Library/Frameworks/R.framework/Versions/3.3/Resources/library/readxl’
Warning in install.packages :
installation of package ‘readxl’ had non-zero exit status
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) :
unknown timezone 'zone/tz/2019c.1.0/zoneinfo/Europe/London'
ERROR: dependencies ‘dplyr’, ‘tibble’ are not available for package ‘dbplyr’
* removing ‘/Library/Frameworks/R.framework/Versions/3.3/Resources/library/dbplyr’
Warning in install.packages :
installation of package ‘dbplyr’ had non-zero exit status
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) :
unknown timezone 'zone/tz/2019c.1.0/zoneinfo/Europe/London'
ERROR: dependencies ‘forcats’, ‘hms’, ‘readr’, ‘tibble’ are not available for package ‘haven’
* removing ‘/Library/Frameworks/R.framework/Versions/3.3/Resources/library/haven’
Warning in install.packages :
installation of package ‘haven’ had non-zero exit status
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) :
unknown timezone 'zone/tz/2019c.1.0/zoneinfo/Europe/London'
ERROR: dependencies ‘dplyr’, ‘tibble’, ‘vctrs’ are not available for package ‘tidyr’
* removing ‘/Library/Frameworks/R.framework/Versions/3.3/Resources/library/tidyr’
Warning in install.packages :
installation of package ‘tidyr’ had non-zero exit status
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) :
unknown timezone 'zone/tz/2019c.1.0/zoneinfo/Europe/London'
ERROR: dependencies ‘dplyr’, ‘tibble’, ‘tidyr’ are not available for package ‘broom’
* removing ‘/Library/Frameworks/R.framework/Versions/3.3/Resources/library/broom’
Warning in install.packages :
installation of package ‘broom’ had non-zero exit status
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) :
unknown timezone 'zone/tz/2019c.1.0/zoneinfo/Europe/London'
ERROR: dependencies ‘broom’, ‘dplyr’, ‘tibble’, ‘tidyr’ are not available for package ‘modelr’
* removing ‘/Library/Frameworks/R.framework/Versions/3.3/Resources/library/modelr’
Warning in install.packages :
installation of package ‘modelr’ had non-zero exit status
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) :
unknown timezone 'zone/tz/2019c.1.0/zoneinfo/Europe/London'
ERROR: dependencies ‘broom’, ‘dbplyr’, ‘dplyr’, ‘forcats’, ‘ggplot2’, ‘haven’, ‘hms’, ‘modelr’, ‘pillar’, ‘readr’, ‘readxl’, ‘tibble’, ‘tidyr’ are not available for package ‘tidyverse’
* removing ‘/Library/Frameworks/R.framework/Versions/3.3/Resources/library/tidyverse’
Warning in install.packages :
installation of package ‘tidyverse’ had non-zero exit status```
It still shows the same issue of the package having a "non-zero exit status"?