library(testthat)
library(mozzie)
context("Correct age conversion")
test_that("An in-range age returns the correct stage",{
expect_equal(init_juv_stage(0),1)
expect_equal(init_juv_stage(5),1)
expect_equal(init_juv_stage(6),2)
expect_equal(init_juv_stage(13),3)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.