Nothing
isWindows <- Sys.info()[["sysname"]] == "Windows"
if (FALSE && !isWindows) {
library(anytime)
options("digits.secs"=3)
inputs <- c("2017-04-02 11:12:13.456", "1971-10-31", "1971-11-01")
expected <- c("2017-04-02 18:12:13.456 CEST",
"1971-10-31 06:00:00.000 CET",
"1971-11-01 07:00:00.000 CET")
expect_equal(format(anytime(inputs, tz="Europe/Berlin", useR=TRUE),
tz="Europe/Berlin", usetz=TRUE),
expected)
}
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.