[R-sig-ME] rBind in lme4
Martin Maechler
m@echler @ending from @t@t@m@th@ethz@ch
Sat May 12 22:53:03 CEST 2018
>>>>> Paul Johnson <pauljohn32 at gmail.com>
>>>>> on Wed, 9 May 2018 12:22:48 -0500 writes:
> Dear maintainers: I got a note from CRAN today saying one
> of my packages will be removed because it accesses rBind
> via lme4.
> Did you get the same message?
who would "you" be?
Indeed, you *should* have imported it from Matrix rather than
lme4, and in Matrix it has been documented to be deprecated --
and you should just use rbind() instead -- since R version
3.2.0 the rBind() "detour" had no longer been necessary.
> rBind(1,2)
[,1]
[1,] 1
[2,] 2
Warning message:
'rBind' is deprecated.
Since R version 3.2.0, base's rbind() should work fine with S4 objects
>
Best,
Martin
> Dear maintainer,
> Please see the problems shown on
> <https://cran.r-project.org/web/checks/check_results_rockchalk.html>.
> Please correct before 2018-05-23 to safely retain your
> package on CRAN.
> Best, -k
> --
> Paul E. Johnson http://pj.freefaculty.org Director, Center
> for Research Methods and Data Analysis http://crmda.ku.edu
> To write to me directly, please address me at pauljohn at
> ku.edu.
> _______________________________________________
> R-sig-mixed-models at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-sig-mixed-models
More information about the R-sig-mixed-models
mailing list