Nothing
library(testthat)
library(VedicDateTime)
source_test_helpers()
test_that("Check positive testcase", {
expect_equal(jd_to_gregorian(vd$jd), list(year=2022, month=7, day=17, hour=12), tolerance = .Machine$double.eps^0.4)
})
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.