BergelsonLab / BergelsonLab/blabr
fix assertthat assertions
Open
bug
might already be done
- Dominant language
- R
- Stars
- 1
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
`assertthat::not_empty(tbl)` is incorrect! It only returns a boolean result, no assertion is made. The correct version is
`asserthat::assert_that(assertthat::not_empty(tbl))`
Contributor guide
Assessment
This issue has not been assessed yet.