tests/testthat/test_jd_to_gregorian.R

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)
})

Try the VedicDateTime package in your browser

Any scripts or data that you put into this service are public.

VedicDateTime documentation built on Sept. 20, 2023, 9:08 a.m.