tests/testthat/test-Exam_data.R

context("Checking the Exam Data")
test_that("Comparing values of No of Alpha",{
        expect_equal(Exam_data$No.of.alpha,seq(0,9))
        })

test_that("Comparing values of Frequency",{
        expect_equal(Exam_data$fre,c(63,67,34,18,11,8,4,3,1,0))
        })

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.