Nothing
test_that("fileSize", {
skip_on_cran()
skip_if_offline()
## should be NULL if root == NULL
expect_null(guess_fileSize(NULL))
## this should just work fine
expect_type(guess_fileSize("."), "character")
## test argument .ignore
expect_type(guess_fileSize(".", .ignore = " "), "character")
})
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.