Nothing
expect_pathequal <- function(path1, path2, mustWork = TRUE, ...) {
expect_equal(
normalizePath(path1, mustWork = mustWork),
normalizePath(path2, mustWork = mustWork),
...
)
}
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.