Nothing
skip_on_cran()
test_that("The function trainMaxent produces the correct ouput", {
m <- trainMaxnet(data = SDMtune:::t,
reg = 1.2,
fc = "l")
expect_s4_class(m, "SDMmodel")
expect_s4_class(m@model, "Maxnet")
expect_s4_class(m@data, "SWD")
expect_equal(m@model@reg, 1.2)
expect_equal(m@model@fc, "l")
expect_equal(m@data, SDMtune:::t)
})
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.