dcomtois / summarytools

R Package to Quickly and Neatly Summarize Data
522 stars 78 forks source link

Consider adding unit tests #165

Open mcanouil opened 2 years ago

mcanouil commented 2 years ago

Hi,

to avoid (or at least anticipate) issues such as #163 in the future, I recommend to use unit tests, for example with testthat (https://testthat.r-lib.org/) and setup GitHub action for R CMD checks (https://github.com/r-lib/actions/blob/v2-branch/examples/check-standard.yaml).

dcomtois commented 2 years ago

That would be the natural next step indeed.

Help would be much appreciated, my time is very limited and will be for a while.