tests/testthat/helper-tolerance.R

expect_equal2 <- function (object, expected, tol = 1e-5, ..., info = NULL,
                           label = NULL, expected.label = NULL) {

  expect_equal(
    object = object, expected = expected,
    tol = tol, ..., info = info, label = label,
    expected.label = expected.label
  )
}

Try the DstarM package in your browser

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

DstarM documentation built on Aug. 29, 2020, 1:06 a.m.