test_that("numeric", {
x <- seq(from = 1L, to = 10L, by = 1L)
x <- sem(x)
expect_identical(
object = round(x, digits = 6L),
expected = 0.957427
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.