tests/testthat/test-hmisc.R

context("hmisc")

skip_on_cran()

skip_if_not_installed("modeltests")
library(modeltests)

skip_if_not_installed("Hmisc")

test_that("tidy.rcorr", {
  check_arguments(tidy.rcorr)

  mat <- replicate(52, rnorm(100))
  mat[sample(length(mat), 2000)] <- NA
  colnames(mat) <- c(LETTERS, letters)
  rc <- Hmisc::rcorr(mat)

  td <- tidy(rc)

  check_tidy_output(td)
  check_dims(td, expected_cols = 5)
})

Try the broom package in your browser

Any scripts or data that you put into this service are public.

broom documentation built on July 9, 2023, 5:28 p.m.