[R-pkg-devel] Advice for solving ERRORs in Fedora reported on CRAN / zen4R package
On Wed, Sep 2, 2020 at 11:11 PM Dirk Eddelbuettel <edd at debian.org> wrote:
On 2 September 2020 at 23:59, Emmanuel Blondel (GMAIL) wrote:
[...]
| Your advice in order to solve that would be much appreciated, Life, as they say, "is too short" so you could just comment-out the test.
Indeed, it is probably best not to run this test on CRAN's machines. It probably fails because CRAN's keyring package is built without the OS's keyring library, at least on Fedora. But really, ideally you would not access the OS keyring in test cases, except when running on a CI, or on the developers' machines. Gabor [...]