Nothing
library(testthat)
library(parsedate)
test_check("parsedate")
run <- function(tz) {
source("testthat/helper.R")
withr::local_timezone(tz)
test_check("parsedate")
}
run("CET")
run("US/Pacific")
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.