Nothing
test_that("mayan", {
expect_equal(
mayan_date(13, 5, 6, 5, 0:6) |>
cal_mayan$from_rd() |>
cal_mayan$to_rd(),
mayan_date(13, 5, 6, 5, 0:6) |> vctrs::vec_data()
)
expect_equal(
gregorian_date(2012, 12, 21) |> as_mayan(),
mayan_date(13, 0, 0, 0, 0)
)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.