cjerzak / fastrerandomize-software

An R Package for Ultra-fast Rerandomization Using Hardware Acceleration
https://arxiv.org/abs/2310.00861
MIT License
6 stars 0 forks source link

Set up Testing #8

Closed WarrenZhu050413 closed 5 hours ago

WarrenZhu050413 commented 21 hours ago

Testing relies on testthat. The best reference is usethis::use_testthat(3).

We should have tests that covers all the functions under fastrerandomize-software/R and check the coverage.

WarrenZhu050413 commented 5 hours ago

Template of testing is set up