metrumresearchgroup / bbr

R interface for model and project management
https://metrumresearchgroup.github.io/bbr/
Other
22 stars 2 forks source link

test-initial-estimates.R: skip all tests if nmrec < 0.4.0 #659

Closed kyleam closed 4 months ago

kyleam commented 4 months ago

When running with an nmrec before 0.4.0, there are two test-initial-estimates.R errors. These errors happen in the only it() bodies that do not have a skip, so just move the skip to the file level.

Closes #658.