I've tried looking for a solution to this problem but haven't found any. This is a new issue that occurred when I updated R
When installing tidyverse I see this:
There is a binary version available but the source version is
later:
binary source needs_compilation
broom 0.5.5 0.5.6 FALSE
then this:
Error: unexpected string constant in:
"suppressPackageStartupMessages(.getRequiredPackages(quietly = TRUE))
tools:::makeLazyLoading("broom", '"
Execution halted
ERROR: lazy loading failed for package 'broom'
* removing 'C:/Users/Chris' PC/Documents/R/win-library/4.0/broom'
Warning in install.packages :
installation of package ‘broom’ had non-zero exit status
When I try to load tidyverse it says there is no package called broom. I try to manually install broom:
Error: unexpected string constant in:
"suppressPackageStartupMessages(.getRequiredPackages(quietly = TRUE))
tools:::makeLazyLoading("broom", '"
Execution halted
ERROR: lazy loading failed for package 'broom'
* removing 'C:/Users/Chris' PC/Documents/R/win-library/4.0/broom'
Warning in install.packages :
installation of package ‘broom’ had non-zero exit status
I get the same error. Any help with this?