Nothing
test_that("nfer correctly handles constant", {
spec <- nfer::load(system.file("extdata", "constant.nfer", package = "nfer"))
input <- nfer::read(system.file("extdata", "constant.events", package = "nfer"))
result <- nfer::apply(spec, input)
row <- result[1,]
expect_equal(row$name, "C")
expect_equal(row$start, 20)
expect_equal(row$end, 30)
row <- result[2,]
expect_equal(row$name, "C")
expect_equal(row$start, 60)
expect_equal(row$end, 70)
})
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.