You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Both
tests/testthat/test-utils.R
and the@examples
inR/try.R
useMean(..)
. If theHmisc
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
?The text was updated successfully, but these errors were encountered: