tests/testthat/test-ram.R

test_that("ram", {
    for (type in eval(formals(ram)[["type"]])) {
        expect_type(
            object = ram(type = type),
            type = "double"
        )
    }
})
acidgenomics/r-acidbase documentation built on Jan. 12, 2024, 3:56 a.m.