ocean-tracking-network / glatos

9 stars 4 forks source link

Don't run `test-vrl2csv` on R-universe ("CRAN") #216

Closed mhpob closed 9 months ago

mhpob commented 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.

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