BergelsonLab / BergelsonLab/blabr

fix assertthat assertions

Open
#23 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.