tests/testthat/test-Terror_data_ARG.R

context("Checking the Terror Data ARG")
test_that("Comparing values of Incidents",{
        expect_equal(Terror_data_ARG$Incidents,seq(0,6))
        })

test_that("Comparing values of frequency",{
        expect_equal(Terror_data_ARG$fre,c(46,15,5,3,5,1,1))
        })

Try the fitODBOD package in your browser

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

fitODBOD documentation built on Jan. 15, 2023, 5:11 p.m.