Closed mhpob closed 9 months ago
R-universe runs tests as CRAN and doesn't flag as on CI for some reason (@jdpye I was wrong in my note in #197). Adding skip_on_cran will skip these tests, which require vue.exe.
skip_on_cran
vue.exe
Test errors which prevent R-universe build on Windows and Mac: https://github.com/r-universe/mhpob/actions/runs/7844599751/job/21407337477#step:5:1453 https://github.com/r-universe/mhpob/actions/runs/7844599751/job/21407336870#step:5:1373
Proof that skip_on_cran skips on R-universe (expect_snapshot is skipped on CRAN by default): https://github.com/r-universe/mhpob/actions/runs/7844599751/job/21407337477#step:5:1435
expect_snapshot
R-universe runs tests as CRAN and doesn't flag as on CI for some reason (@jdpye I was wrong in my note in #197). Adding
skip_on_cran
will skip these tests, which requirevue.exe
.Test errors which prevent R-universe build on Windows and Mac: https://github.com/r-universe/mhpob/actions/runs/7844599751/job/21407337477#step:5:1453 https://github.com/r-universe/mhpob/actions/runs/7844599751/job/21407336870#step:5:1373
Proof that
skip_on_cran
skips on R-universe (expect_snapshot
is skipped on CRAN by default): https://github.com/r-universe/mhpob/actions/runs/7844599751/job/21407337477#step:5:1435