Post #4503854
2026-01-13 17:17 UTC
if (!.on_cran()) {
cat("Starting tests for 'xxx' package ...")
test_check("xxx")
} else {
cat("Skipping tests on CRAN.")
}
you hate to see it 😓
Replies (0)
No replies.