inst/tinytest/utils.R

## check essentials
expect_eqt <- function(current, target, ...)
{
    tinytest::expect_equivalent(current = unclass(current),
                                target = unclass(target), ...)
}

Try the splines2 package in your browser

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

splines2 documentation built on Aug. 20, 2023, 1:07 a.m.