Nothing
# Generated by doctest: do not edit by hand
# Please edit file in R/<text>
test_that("Doctest: unknown", {
# Created from @doctest for `unknown`
# Source file: <text>
# Source line: 2
expect_equal(x <- 1, 1)
})
# Generated by doctest: do not edit by hand
# Please edit file in R/<text>
test_that("Doctest: unknown", {
# Created from @doctest for `unknown`
# Source file: <text>
# Source line: 2
expect_equal(x <- c("t", "e", "n", "e", "t"), rev(x))
})
# Generated by doctest: do not edit by hand
# Please edit file in R/<text>
test_that("Doctest: unknown", {
# Created from @doctest for `unknown`
# Source file: <text>
# Source line: 2
expect_equal(2 + 2, 4)
})
# Generated by doctest: do not edit by hand
# Please edit file in R/<text>
test_that("Doctest: unknown", {
# Created from @doctest for `unknown`
# Source file: <text>
# Source line: 2
expect_equal(x <- 1, 1)
})
test_that("Doctest: unknown", {
# Created from @doctest for `unknown`
# Source file: <text>
# Source line: 6
expect_equal(2 + 2, 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.