Skip to content

packages that have non-cran dependencies fail to lock/install #84

@B-Nilson

Description

@B-Nilson

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions