Nothing
rm(list = ls(all = TRUE))
context("\n>> makeRadlibs")
context("End-to-End Testing")
test_that("makeRadlibs runs end-to-end without error", expect_true({
funny <- makeRadlibs("What the {noun} {verb} {adjective}!")
funny <- makeRadlibs("{Interjection}! {Adverb}!")
funny <- makeRadlibs("{Interjection1}! {Interjection1}! {Celebrity}!")
TRUE
})
)
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.