Nothing
test_that("Model row is correctly made", {
pub <- Publication(
citation = RefManageR::BibEntry(
key = "test_2000",
bibtype = "article",
author = "test",
title = "test",
journal = "test",
year = 2000,
volume = 0
),
descriptors = list(
region = "US-WA"
)
)
model_row <- create_model_row(brackett_acer, pub, "test_id")
expect_s4_class(model_row$model[[1]], "FixedEffectsModel")
})
test_that("aggreagte_pub_models runs", {
pub <- Publication(
citation = RefManageR::BibEntry(
key = "test_2000",
bibtype = "article",
author = "test",
title = "test",
journal = "test",
year = 2000,
volume = 0
),
descriptors = list(
region = "US-WA"
)
)
#pub <- add_model(pub, brackett_acer)
#agg_models <- aggregate_pub_models(pub)
#expect_is(agg_models$model[[1]], "FixedEffectsModel")
})
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.