https://github.com/cran/scModels
Revision 0dc168df0baeea977e8d8e2f8c37f41eb57a5b73 authored by Lisa Amrhein on 02 September 2019, 23:00:09 UTC, committed by cran-robot on 02 September 2019, 23:00:09 UTC
1 parent 52f2e41
Tip revision: 0dc168df0baeea977e8d8e2f8c37f41eb57a5b73 authored by Lisa Amrhein on 02 September 2019, 23:00:09 UTC
version 1.0.1
version 1.0.1
Tip revision: 0dc168d
test-chf_1F1.R
test_that("Wrong parameters in the Kummer 1F1 function", {
expect_warning(is.nan(chf_1F1(2.5, -1, 2)))
expect_warning(is.nan(chf_1F1(2.5, 3, 2)))
})

Computing file changes ...