File: testthat.R

package info (click to toggle)
r-cran-rdpack 2.6.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,156 kB
  • sloc: sh: 13; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 165 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
if(require("testthat")) {
    library(testthat)
    library(Rdpack)
    test_check("Rdpack")
} else
    warning("package 'testthat' required for 'Rdpack\'s' tests")