File: utils.R

package info (click to toggle)
r-cran-splines2 0.5.4-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,020 kB
  • sloc: cpp: 3,232; sh: 13; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
## check essentials
expect_eqt <- function(current, target, ...)
{
    tinytest::expect_equivalent(current = unclass(current),
                                target = unclass(target), ...)
}