Closed krlmlr closed 2 years ago
qqconf does not declare any system dependencies: https://cran.rstudio.com/web/packages/qqconf/
IDK how RSPM handles this, but you can always install it manually, if RSPM has no Linux binary for it.
Thanks. Let's see if this is picked up.
Hello!
qqconf v1.2.2 was released to CRAN earlier today and fftw3 was added to system requirements. Hopefully it can now be treated like all other packages and the exception is not necessary.
It seems that qqconf (last released on 2202-02-25) introduced a system dependency on fftw3. Builds of a package of mine that uses this package started failing around that date:
https://github.com/krlmlr/wrswoR/actions?page=2
The public RSPM also doesn't list this system dependency:
https://packagemanager.rstudio.com/client/#/repos/1/packages/qqconf
Is a manual intervention needed in such a case?