I think the issue is that you don't have tidyselect installed and tidyr depends on having tidyselect.
install.packages("tidyr")
should install all the dependencies for tidyr, or you can manually find them and install them separately if there is some reason you're using a zip of tidyr.