library(testthat)
library(GESLib)
library(xts)
context("readers test")
test_that("Date are not accepted when '2000' is missing in year", {
expect_error(checkDate(as.POSIXct("17/10/21 18:47:22")),"Date.*")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.