tests/testthat/test_moon_longtitude.R

library(testthat)
library(VedicDateTime)
source_test_helpers()

test_that("Check positive testcase", {
  expect_equal(moon_longitude(vd$jd), 346.5715, tolerance = .Machine$double.eps^0.2)
})
test_that("Check positive testcase", {
  expect_equal(moon_longitude(vd$jd), 346.5713, tolerance = .Machine$double.eps^0.2)
})

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.