File: tinytest.R

package info (click to toggle)
r-cran-gbm 2.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,260 kB
  • sloc: cpp: 7,368; ansic: 266; sh: 13; makefile: 9
file content (6 lines) | stat: -rw-r--r-- 171 bytes parent folder | download
1
2
3
4
5
6

if ( requireNamespace("tinytest", quietly = TRUE) ){
  home <- length(unclass(packageVersion("gbm"))[[1L]]) == 4
  tinytest::test_package("gbm", at_home = home)
}