HI ge11232002 - almost as close to Christmas as me :-)
You forgot to make your tests available for a devtools::check() to also run them.
This sent me into a "OMG the R version do really matter spiral", but hey - they are failing in 4.5.0, too.
Could you fix these two thing - your tests and that you run them automatically?
tip:
tests/testthat.R is missing and needs the contents
library(testthat)
library(TFMPvalue)
test_check("TFMPvalue")
You can pull it from my fork.
HI ge11232002 - almost as close to Christmas as me :-)
You forgot to make your tests available for a devtools::check() to also run them.
This sent me into a "OMG the R version do really matter spiral", but hey - they are failing in 4.5.0, too.
Could you fix these two thing - your tests and that you run them automatically?
tip:
tests/testthat.R is missing and needs the contents
You can pull it from my fork.