Skip to content

Patch: add `dplyr::` to a `distinct()` function

Latest
Compare
Choose a tag to compare
@damianooldoni damianooldoni released this 03 Jul 20:36
· 69 commits to main since this release
98ef3f2

In apply_decision_rules.R#L146 the dplyr:: was missing. This generated a conflicting error in a R script using the trias function apply_decision_rules.R() and loading both tidylog and dplyr. See PR #133.