inst/tinytest/helpers.R

library(tinytest)
library(tinysnapshot)

# # Skip tests if not on Linux
ON_LINUX = Sys.info()["sysname"] == "Linux"
if (!ON_LINUX) exit_file("Linux snapshots")

options("tinysnapshot_os" = "Linux")
options("tinysnapshot_device" = "svglite")
options("tinysnapshot_device_args" = list(user_fonts = fontquiver::font_families("Liberation")))

Try the parttree package in your browser

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

parttree documentation built on April 4, 2025, 2:47 a.m.