r-universe-org / help

Support and bug tracker for R-universe
https://docs.r-universe.dev/
8 stars 2 forks source link

Unmet dependency for packages available in the same repository #388

Closed iagomosqueira closed 3 months ago

iagomosqueira commented 3 months ago

One of the packages in https://sprfmo.r-universe.dev/ (Fljjm) depends on another made available in the same repository (mse) which it self depends on a third (FLBRP), also available there.

FLjjm fails for Windows because it cannot find mse

Package required but not available: 'mse'

but it is available in the repository and can be installed directly. DESCRIPTION for FLjjm contains

Additional_repositories: https://sprfmo.r-universe.dev

and I have tried adding FLBRP as a Suggested package in FLjjm but still it is not found

Package suggested but not available for checking: 'FLBRP'

I have a similar setup for dependencies in the project where some of those packages live (https://flr.r-universe.dev/) and all packages work there,

Is it simply the extra dependency level (FLjjm on mse and then on FLBRP)?

iagomosqueira commented 3 months ago

Fixed now by adding the second package in the dependency list in Depends