Nothing
test_that("evaluate_fitness returns correct fitness values", {
fitness <- genetic.algo.optimizeR::evaluate_fitness(c(1, 3, 0))
expect_equal(fitness, c(1, 1, 4))
})
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.