install.packages('dplyr') fails on new project

Hi there. We're working on getting the updated version of dplyr built and cached. In the mean time, you can install the archived version using the remotes package:

remotes::install_version('dplyr', '0.8.3', repos = 'https://demo.rstudiopm.com/cran/__linux__/xenial/latest')
2 Likes