tests/testthat/test-total_precipitation.R

context("test-total_precipitation")

test_that("rain not negative", {
  expect_true(min(!is.na(climate_data$PRCP))>=0)
})
raefuhrman/262_Final_Package documentation built on June 15, 2019, 2:44 p.m.