Nothing
test_that("Read audio Files", {
audioList <- readAudio(system.file("Audios", package = "voiceR"),
fileType = "wav", recursive = TRUE)
expect_true(length(audioList) == length(list.files(system.file("Audios", package = "voiceR"))))
expect_true(all(sapply(audioList, class) == "Wave"))
})
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.