Trying to install B-Nilson/airquality using uvr in a new project fails because B-Nilson/airquality depends on B-Nilson/handyr, and uvr appears to only check CRAN for sub-dependencies - failing on this github remote package
[project]
name = "test_project"
r_version = ">=4.1.0"
[dependencies.airquality]
git = "B-Nilson/airquality"
> uvr::lock()
x ERROR Dependency resolution failed
Package not found: handyr. If this package was recently archived from CRAN, try installing from the CRAN GitHub mirror: uvr add cran/handyr@master
Trying to install
B-Nilson/airqualityusing uvr in a new project fails becauseB-Nilson/airqualitydepends onB-Nilson/handyr, and uvr appears to only check CRAN for sub-dependencies - failing on this github remote package