mt_check_bimodality: example code not working
Hello! This package is really wonderful, and I'd love to be able to use the mt_check_bimodality function. Unfortunately, when I try the sample code, I get the following error:
mt_example <- mt_measures(mt_example)
mt_check_bimodality(mt_example,
use_variables=c("MAD", "AD"))
Error in select_colwise_names(.tbl, .cols) :
argument ".cols" is missing, with no default
Any suggestions?
Thank you!
J
Comments
Found a solution. Needed to update several packages including mousetrap:
Rcpp
dplyr
mousetrap
Great you found a solution. I think the problem was caused by updates in dplyr and the corresponding necessary changes we implemented in mousetrap.