It is not generally possible to pin a specific version like you are doing in R packages. You can in general only specify a minimum acceptable version. However you can use
Remotes: cran/dplyr@0.7.8
To install that specific dplyr from the GitHub cran mirror if you wish.