tests/tests_ignored/test-simple.R

testthat::test_that("good result for integer date", {
    testthat::expect_identical(
        object = libelles_one_date(date_ts = c(2020L, 2L), frequency_ts = 12L),
        expected = "Feb 2020"
    )
})

Try the TractorTsbox package in your browser

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

TractorTsbox documentation built on April 4, 2025, 4:11 a.m.