tests/testthat/helper-test.R

expect_equivalent_rd <- function(out1, out2) {
  out1$fields$backref <- NULL
  out2$fields$backref <- NULL
  expect_equal(out1, out2)
}
klmr/roxydoxy documentation built on May 20, 2019, 4:09 p.m.