tests/testthat/test-grids.R

context("grids")

library(ggplot2)

test_that("grids all load and work correctly", {
  for (grd in .valid_grids)
    expect_no_error(prv <- grid_preview(grd, do_plot = FALSE))
})

Try the geofacet package in your browser

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

geofacet documentation built on May 29, 2024, 8:13 a.m.