name: Feature Request about: Suggest an idea for this project
# a silly feature request, fails under the current implementation
b <- 1 + 1
stopifnot(all.equal(b == 3))
# testthat version of the silly feature request
expect_equal(1 + 1, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.