daroczig / logger

A lightweight, modern and flexible, log4j and futile.logger inspired logging utility for R
https://daroczig.github.io/logger
249 stars 38 forks source link

`Mean` fails differently when `Hmisc` is found #131

Closed r2evans closed 4 months ago

r2evans commented 8 months ago

Both tests/testthat/test-utils.R and the @examples in R/try.R use Mean(..). If the Hmisc package is already loaded, however, test-utils.R fails. I suggest changing this to a different function name that is less likely to have a collision.

What do you think about FunDoesNotExist?