I cannot install TIDYVERSE (R 4.0.0)

Hi!
I try to use tidyverse, but the interface show me that error:
Error: package or namespace load failed for ‘tidyverse’:
package ‘tidyverse’ was installed before R 4.0.0: please re-install it

And, when I try to reinstall it, appear another error:
Error: package ‘broom’ was installed before R 4.0.0: please re-install it
Execution halted
ERROR: lazy loading failed for package ‘tidyverse’

  • removing ‘/home/yovanispineda/R/x86_64-pc-linux-gnu-library/4.0/tidyverse’
    Warning in install.packages :
    installation of package ‘tidyverse’ had non-zero exit status

The downloaded source packages are in
‘/tmp/RtmptD50y8/downloaded_packages’

Can anyone teach me how to solve this problem?
I reinstall "broom", but show me another problem with others package, and these package the same problem, and so no.

After updating R you have to update your packages with checkBuilt = TRUE

update.packages(checkBuilt=TRUE)
1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.