Closed maelle closed 2 years ago
I will take a look this Saturday, thanks @maelle for keeping my packages in good shape!
That build is great: it seems to be an actual Windows build! Jeroen Ooms keeps amazing :-)
For more context on R-universe see https://ropensci.org/r-universe/ :smile_cat:
One day late, I think I fixed this, let's await the build of this repo :-)
Hi @maelle, as far as I can see, the build should be fine now. If not, please let me know :-) !
:wave: @richelbilderbeek! Thank you! It seems it didn't work though see https://ropensci.r-universe.dev/ui#builds (if you hover on the version number you'll see the last commit of your repo has been built)
Why not use a skip function in the test rather than the return? See https://testthat.r-lib.org/articles/skipping.html
Hi @maelle, thanks for checking up on me! It should be fixed now.
Why not use a skip function in the test rather than the return? See https://testthat.r-lib.org/articles/skipping.html
Thanks for the fun question! I am aware of using skip
and I use both skip
and return
. I use skip
when I care about being reminded I skipped something (e.g. on a test connected to an Issue), as the skip
text (e.g. for skip("Issue #42")
, this will be Issue #42
) appears in the R CMD CHECK log. I use return
when I don't want to see the test in that log.
skip_on_os
is new to me, however, maybe I should use it in the future, thanks for sending that testthat link :-)
See https://github.com/r-universe/ropensci/runs/4938445331?check_suite_focus=true via https://ropensci.r-universe.dev/ui#builds
Happy to help if needed!