Nothing
describe("hires_time", {
skip_on_cran()
it("returns hi resolution times", {
# it is hard to test this, we will just sleep and verify the second time is
# after the first.
start <- hires_time()
Sys.sleep(.1)
end <- hires_time()
expect_type(start, "double")
expect_true(end > start)
})
})
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.