I think the function %to% and %2% in reReg should be imported from reda (and exported) as well. Otherwise,
> library(reda)
> library(reReg)
will give
Attaching package: ‘reReg’
The following objects are masked from ‘package:reda’:
%2%, %to%
which is unnecessary and can be annoying. What do you think?
BTW, I have almost finished the updates I want to do for the next release of reda to CRAN. The cumulative sample mean function is available in mcf() of dev version of reda. I will target a submission in this weekend.
Hi Steven,
I think the function
%to%
and%2%
in reReg should be imported from reda (and exported) as well. Otherwise,will give
which is unnecessary and can be annoying. What do you think?
BTW, I have almost finished the updates I want to do for the next release of reda to CRAN. The cumulative sample mean function is available in
mcf()
of dev version of reda. I will target a submission in this weekend.