helping with installation of tidyverse package

Hello,
I am new to the R, but if you have the problem of installing vctrs package, you may try the solution

install.packages("vctrs", repos = "https://packagemanager.rstudio.com/cran/latest")

as suggested on Github and by cderv.
It works for me.