tests/testthat.R

library(testthat)
library(sjPlot)

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

test_check("sjPlot")
sjPlot/devel documentation built on March 24, 2024, 3:55 a.m.