Nothing
## Copyright(c) 2017-2026 R. Mark Sharp
## This file is part of nprcgenekeepr
test_that("makeGroupNum builds the initial grpNum list", {
expect_identical(makeGroupNum(3L), list(1L, 2L, 3L))
expect_identical(makeGroupNum(1L), list(1L))
})
test_that("makeGrpNum still works but is deprecated", {
expect_warning(g <- makeGrpNum(3L), "makeGroupNum")
expect_identical(g, list(1L, 2L, 3L))
})
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.