Nothing
test_that("version is correct by default", {
expect_equal(7.8, .Options$grass.version)
expect_equal(man_get_version(), .Options$grass.version)
})
test_that("version can be changed", {
expect_equal(man_set_version(7.9), 7.9)
expect_equal({
man_set_version(7.9)
man_get_version()
}, 7.9)
man_set_version(7.8)
})
test_that("error when incorrect version", {
expect_message(man_set_version(1),
"Version must be")
})
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.