tests/testthat/test-cor-test.R

test_that("cor_test", {
  
  testthat::expect_no_error(cor_test(iris, where(is.numeric),verbose = FALSE))
  
  testthat::expect_no_error(cor_test(iris, where(is.numeric),show_p = T,verbose = FALSE))
  
})
jasonmoy28/psycModel documentation built on Sept. 6, 2024, 11:45 a.m.