context('Handling NEGATIVE dates')
test_that('Is handle_negative_dates(y,m,d) working properly ?', {
expect_is(handle_negative_dates(-2017, 07, 19), "Date")
expect_is(handle_negative_dates(-1, 01, 1), "Date")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.