Migrate testthat tests to a pointblank report instead. Currently tests are failing because of low correlation among sites, but a threshold could be incorporated into a pointblank report such that this low correlation produces a warning, but not a fail condition.
After converting the tests to a pointblank agent, it would be good to:
Figure out how to run this agent with github actions
Run as a test (i.e. get a badge, get emails when it fails)
Generate the report from this agent in a way the user can access (maybe this doesn't need to be done with CI?)
Migrate
testthat
tests to apointblank
report instead. Currently tests are failing because of low correlation among sites, but a threshold could be incorporated into a pointblank report such that this low correlation produces a warning, but not a fail condition.After converting the tests to a pointblank agent, it would be good to: