File: testthat.R

package info (click to toggle)
r-cran-sjplot 2.8.17%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,596 kB
  • sloc: sh: 13; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 187 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
library(testthat)
library(sjPlot)

if (length(strsplit(packageDescription("sjPlot")$Version, "\\.")[[1]]) > 3) {
  Sys.setenv("RunAllsjPlotTests" = "yes")
}

test_check("sjPlot")