context("Calculations correct")
data <- test_oto(fish = "708", format = "csv", sep = ";", dir = substr(getwd(), 1, 11))
test_that("test oto", {
expect_equal(data$age, test$V5[1])
expect_equal(data$hc, test$V3[1])
expect_equal(data$ring_width[[1]], test$V2)
expect_equal(data$oto_rad, test$V4[1])
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.