pkgr fails to reject an impossible pkgr plan
command that involves Recommended packages
#333
Labels
bug
Something isn't working
I'm using R 4.0.2 on MacOS.
Here was the original
pkgr.yml
and the corresponding output:Notes:
survivalrec
importssurvival
as a dependencyType: source
, this configuration effectively ignores MPN.survival
available.NoRecommended
option isn't set, it should default toFALSE
, and therefore pkgr should be treating Recommended packages the same as regular packages.Based on the notes above, it should be impossible for pkgr to fully construct a dependency tree, since it cannot find
survival
. Therefore, I believe it should be rejecting this plan.Adding a customization to set MPN to
Type: source
seems to get the behavior to work as intended.The text was updated successfully, but these errors were encountered: