Open pawelru opened 10 months ago
config/needs/...
is not allowed in the indirect dependencies, because we don't have that field in CRAN-like repos. config/needs/...
is mainly for local packages, but it happens to work for git/github/url packages as well.
Thanks for giving some explanation. Even though custom fields are not supported for CRAN-like repos, my use case is GitHub so it would be great to have it working. If it's truly forbidden then I would expect that it will be caught earlier (possibly pkgdepends::as_pkg_dependencies()
) as opposed to length coercion error.
Created on 2024-01-04 with reprex v2.0.2