## Note these were tested with ADMB 12.2 on 8/3/2020
test_that("class methods working", {
fit <- readRDS('fit.RDS')
x <- as.data.frame(fit)
expect_is(x, 'data.frame')
summary(fit)
print(fit)
plot_marginals(fit)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.