Closed pawelru closed 3 weeks ago
340 tests 252 ✅ 1m 2s ⏱️ 135 suites 88 💤 1 files 0 ❌
Results for commit 4fa2149d.
:recycle: This comment has been updated with latest results.
Results for commit d394abc64896dabde88aa289e089988ef9a52b6d
♻️ This comment has been updated with latest results.
This looks good and it's ready for a review.
Unfortunately the logs on the main
branch are unavailable. I have created a dummy PR to trigger CI so as to be able to compare the output - in particular the scope of the tests. These should be identical. Please open the logs then "Show R CMD CHECK logs" then "tlg.catalog.pkg.Rcheck/tests/testthat.Rout"
here:
[ FAIL 0 | WARN 0 | SKIP 88 | PASS 252 ]
[ FAIL 0 | WARN 0 | SKIP 88 | PASS 252 ]
branch test_no_changes
[ FAIL 0 | WARN 0 | SKIP 88 | PASS 252 ]
[ FAIL 0 | WARN 0 | SKIP 88 | PASS 252 ]
✅ All contributors have signed the CLA
Posted by the CLA Assistant Lite bot.
I can confirm there is no Quarto rendering on the first build
But I can see Quarto rendering on the other one
I have read the CLA Document and I hereby sign the CLA
fix https://github.com/insightsengineering/tlg-catalog/issues/272
move
quarto render
into R CMD BUILD:After
quarto render
we remove the symlink to the book. As a result, we have refreshed files for snapshot tests and also we don't have a book files that R CMD CHECK complains about.