tests/testthat/test-download-oni.R

context('testing download_oni')

test_that('the first and last rows of ONI_month_window are NA',{
  skip_on_cran()
  oni <- download_oni()
  expect_true(is.na(oni$ONI_month_window[1]))
  expect_true(is.na(oni$ONI_month_window[nrow(oni)]))
})
boshek/renso documentation built on Nov. 3, 2023, 3:29 a.m.