File: test-all.R

package info (click to toggle)
r-cran-ordinal 2022.11-16-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,856 kB
  • sloc: ansic: 979; sh: 13; makefile: 5
file content (4 lines) | stat: -rw-r--r-- 73 bytes parent folder | download | duplicates (3)
1
2
3
4

if(require(testthat) && require(ordinal)) {
    test_check("ordinal")
}