tests/testthat/test-set_dimension_type_conformed.R

context("test set_dimension_type_conformed")

test_that("set_dimension_type_conformed works", {
  d <- st_mrs_age_test$dimension$when
  d <- set_dimension_type_conformed(d)

  expect_equal(is_conformed_dimension(d), TRUE)
})

Try the starschemar package in your browser

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

starschemar documentation built on Nov. 11, 2023, 5:09 p.m.