This is telling you that you are missing a package dependency that you have to install.
install.packages("broom")
Also, you are using a very old R version (BTW 3.6.2 is not your RStudio version but your R version) and that could bring you a lot of installation issues, I would recommend updating your R version to the latest version 4.2.0