tests/testthat.R

library(testthat)
library(sjPlot)

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

test_check("sjPlot")

Try the sjPlot package in your browser

Any scripts or data that you put into this service are public.

sjPlot documentation built on Aug. 17, 2023, 5:11 p.m.