Closed teddychao closed 3 years ago
The problem here is that ggpubr and qwraps2 both have a function mean_sd
within their namespaces. The solution is to explicitly use the namespace to call the version of the mean_sd
. That is, write qwraps2::mean_sd
or ggpubr::mean_sd
to specify which version of the function you want to use. Note that the order the namespaces are loaded and attached to the session will change the order the function are used along the search tree.
@dewittpe Many thanks!
Hi,
I am using qwraps2 for performing statistical analysis on my data and ggplot2 for visualisation. I am a little confused that _meansd seems not working when I load ggpubr. It reported that these parameters did not work
Currently it is working ok if I do not load ggpubr, but I am not sure if that is functioning as expected.
By submitting and issue I affirm:
[x] Bug Report
sessionInfo()
,sessioninfo::session_info()
, orxfun::session_info()
.remotes::install_github("dewittpe/qwraps2")
[ ] Question
[ ] Feature Request
[ ] I have formatted the issue via the Github Markdown syntax for to make the issue easy to read and examples easy to evaluate.
[ ] I understand that my issue may be closed if I fail to provide the requested details.