Nothing
test_that("format_timestamp works", {
output_expected <- as.POSIXct(
1743694674.0,
origin = "1970-01-01",
tz = "UTC"
)
testthat::expect_identical(
object = IssueTrackeR:::format_timestamp(1743694674.9),
expected = output_expected
)
testthat::expect_identical(
object = IssueTrackeR:::format_timestamp(1743694674L),
expected = output_expected
)
IssueTrackeR:::format_timestamp(Sys.time())
})
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.