I cannot install tidy verse on my computer

* installing *source* package ‘broom’ ...
** package ‘broom’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : 
  there is no package called ‘vctrs’
Calls: <Anonymous> ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
ERROR: lazy loading failed for package ‘broom’
* removing ‘/Library/Frameworks/R.framework/Versions/4.0/Resources/library/broom’
Warning in install.packages :
  installation of package ‘broom’ had non-zero exit status

The downloaded source packages are in
	‘/private/var/folders/4b/dyz3ylj132vc4wtdz9y_cc9c0000gn/T/RtmpwUTTew/downloaded_packages’

You are not showing the complete error message, so I can't tell if this is the root issue but the error message you are showing is telling you that you are missing the vctrs package.

What happens if you try to install it separately? Do you get any error message?

install.packages("vctrs")

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.