tests/testthat/test-string_concatenation.R

test_that("minimal test to ensure correct definition", {
        # R < 4 misteoriously messes with tests involving this infix op.
        # TODO: investigate
        skip_if(R.version$major < 4,
                message = "Test not available for R < 4"
        )   
        expect_identical("a" %+% "b", "a b")
})

Try the kgrams package in your browser

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

kgrams documentation built on Oct. 6, 2023, 5:06 p.m.