File: testthat.R

package info (click to toggle)
r-cran-parsetools 0.1.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 780 kB
  • sloc: sh: 13; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 114 bytes parent folder | download | duplicates (2)
1
2
3
4
opar <- options(keep.source=TRUE, keep.source.pkgs=TRUE)
library(testthat)
test_check("parsetools")
options(opar)