Nothing
test_that("fit_highd_model() works", {
testthat::expect_snapshot(fit_highd_model(highd_data = scurve,
nldr_data = scurve_umap,
b1 = 4, q = 0.1,
benchmark_highdens = 5))
testthat::expect_error(fit_highd_model(highd_data = scurve,
nldr_data = scurve_umap,
b1 = 1, q = 0.1,
benchmark_highdens = 5))
testthat::expect_length(fit_highd_model(highd_data = scurve,
nldr_data = scurve_umap,
b1 = 4, q = 0.1,
benchmark_highdens = 5), 5)
testthat::expect_error(fit_highd_model(highd_data = scurve,
nldr_data = scurve_umap,
b1 = 4, q = 0.01,
benchmark_highdens = 5))
testthat::expect_error(fit_highd_model(highd_data = scurve,
nldr_data = scurve_umap,
b1 = 4, q = 0.3,
benchmark_highdens = 5))
testthat::expect_snapshot(fit_highd_model(highd_data = scurve,
nldr_data = scurve_umap,
b1 = 15, q = 0.1,
benchmark_highdens = 5))
})
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.