USEPA / CompTox-ToxCast-tcplFit2

A Concentration-Response Modeling Utility
https://usepa.github.io/CompTox-ToxCast-tcplFit2/
Other
1 stars 0 forks source link

62 create unit tests for htpp category data fit with tcplfit2 #75

Closed gracezhihuizhao closed 8 months ago

gracezhihuizhao commented 8 months ago

Added unit tests for HTPP category data. Inside the test I have load(here::here("R", "sysdata.rda")) commented out because this line of code is already in the test for global data. When running all tests in the package with testthat::test_local, only need to load the data once. But if you want to run the test interactively in the console, you'll need to use this line of code to load the data first.