Skip to content
Prev 6889 / 12125 Next

[R-pkg-devel] winUCRT failures

On 25/04/2021 12:46 p.m., Dirk Eddelbuettel wrote:
It's a bad rule.  It's causing thousands of packages to fail now, 
because testthat won't pass checks on the winUCRT system.  It's making 
the pain of winUCRT last much longer than it should, because nobody 
knows what problems exist in their own package if they can't install it 
because of missing dependencies.

For example, as I said in the first message in this thread,
A lot of those failures are ultimately caused by magrittr failing, and 
as far as I can see the only thing causing it to fail was that it used 
testthat unconditionally even though its DESCRIPTION file promised it 
would never do that.

Duncan Murdoch