Skip to content

Commit

Permalink
Skip deriv tests if numDeriv not available
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Oct 3, 2024
1 parent 38088a9 commit 97b4ecf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test_deriv.r
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## depends on psor.msm

skip_if_not_installed("numDeriv")

context("analytic derivatives of likelihood")

test_that("derivatives by subject: sum to overall derivative",{
Expand Down

0 comments on commit 97b4ecf

Please sign in to comment.