tests/testthat/test_ReadCHMD.R

# --------------------------------------------------- #
# Author: Marius D. PASCARIU
# Last update: Sun May 02 17:36:11 2021
# --------------------------------------------------- #
remove(list = ls())

# Wrong index
expect_error(ReadCHMD(what = "DxDD"))

# Wrong country
expect_error(ReadCHMD(what = "Dx",
                      regions = "CANN"))

# Wrong interval
expect_error(ReadCHMD(what = "Dx",
                      regions = "CAN",
                      interval = "1x50"))

# Wrong country for the index
expect_error(ReadCHMD(what = "LT_fc",
                      regions = "SAS",
                      interval = "1x1"))

# Wrong interval for the index
expect_error(ReadCHMD(what = "e0",
                      regions = "CAN",
                      interval = "5x1",
                      show = F))

expect_error(ReadCHMD(what = "LT_f",
                      regions = "YUK",
                      interval = "5x1",
                      show = F))

expect_output(
  print(CHMD_sample)
)

# The tests below have been removed because in case the internet source is
# temporary not working the CRAN will consider it as a software failure and will
# demand correction. Unfortunately, we can test only the error messages i.e. the
# automated checks put in place.

# # Test the show arg and print function
# expect_silent(D <- ReadCHMD(what = "LT_f",
#                             regions = "CAN",
#                             interval = "5x10",
#                             show = F))
# expect_output(print(D))

Try the MortalityLaws package in your browser

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

MortalityLaws documentation built on Aug. 8, 2023, 5:10 p.m.