File: tinytest.R

package info (click to toggle)
r-cran-vim 6.2.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,556 kB
  • sloc: cpp: 141; sh: 12; makefile: 2
file content (3 lines) | stat: -rw-r--r-- 85 bytes parent folder | download
1
2
3
if ( requireNamespace("tinytest", quietly=TRUE) ){
  tinytest::test_package("VIM")
}