Nothing
# Tests the Vol2Bird class
#
#library(vol2birdR)
#library(testthat)
test_that("verbose",{
classUnderTest<-Vol2Bird$new()
expect_equal(classUnderTest$verbose, FALSE)
classUnderTest$verbose<-TRUE
expect_equal(classUnderTest$verbose, 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.