Nothing
test_that("Pvol for German can be downloaded", {
skip_if_offline()
time <- lubridate::floor_date(as.POSIXct(Sys.time(), tz = "Europe/Helsinki") - lubridate::hours(10), "5 mins")
pvol <- expect_s3_class(get_pvol("deess", time, param = "all"), "pvol")
expect_true(bioRad::is.pvol(pvol))
expect_identical(lubridate::floor_date(pvol$datetime, "5 mins"), lubridate::with_tz(time, "UTC"))
})
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.