File: testthat.R

package info (click to toggle)
r-cran-rbibutils 2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,100 kB
  • sloc: ansic: 99,989; xml: 4,509; sh: 13; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
if(require("testthat")) {
    library(testthat)
    library(rbibutils)
    test_check("rbibutils")
} else
    warning("package 'testthat' required for the tests in 'rbibutils'")