Nothing
library(testthat)
std_getwd <- function()
{
pwd <- getwd()
# Enforce upper case Windows drive letters
substring(pwd, 1, 1) <- toupper(substring(pwd, 1, 1))
pwd
}
test_check("pathological")
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.