Closed
Description
Description
R 3.6 CI jobs here recently started failing, like this:
Warning: dependency ‘waldo’ is not available
...
begin installing package ‘testthat’
make: *** [testthat.ts] Error 1
Makefile:142: recipe for target 'testthat.ts' failed
make: Target 'all' not remade because of errors.
ERROR: dependency ‘waldo’ is not available for package ‘testthat’
Reproducible example
Any R 3.6 linux CI jobs here.
Environment info
N/A
Additional Comments
From some initial investigation, it looks like {waldo}
0.6.0 was released about 7 days ago (November 4, 2024). And a 0.6.1 was just posted to CRAN a few days later (link).
Those new versions now require R >= 4.0
: r-lib/waldo#196
So we'll probably have to pin to an older version for R 3.6 Ci jobs, like this:
LightGBM/.ci/test-r-package.sh
Lines 111 to 114 in 5151fe8