tests/testthat/test-my_lm.R

test_that("my_lm works", {
  expect_is(my_lm(lifeExp ~ gdpPercap + continent, data = my_gapminder), "table")
})
Zhaoyu-Andrew/Rpackage documentation built on March 19, 2020, 4:55 p.m.