File: testthat.R

package info (click to toggle)
r-cran-lubridate 1.7.4-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,952 kB
  • sloc: cpp: 3,329; ansic: 714; sh: 22; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 98 bytes parent folder | download | duplicates (3)
1
2
3
4
if (packageVersion("testthat") >= "0.7.1.99") {
  library(testthat)  
  test_check("lubridate")
}