Packages with implict R version deps #31
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Some packages depend on packages that have an explicit R version dep (e.g. {MASS} or {Matrix} requiring > 4.4 currently).
When installing such packages for <
$R_VERSION, the install will fail as the dependency cannot be installed for this R version due to its constraint.Effect
However, because we have the package listed in the index, R actually throws a hard error because it tries to install it:
When trying this in vanilla R with a source repository, there is only a warning:
Resolution
Because we don't have explicit package index files for every R version but just one (containing entries for all CRAN packages), this might just be like that.