Discussion:
[R-sig-ME] rBind in lme4
Paul Johnson
2018-05-09 17:22:48 UTC
Permalink
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?

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.
Martin Maechler
2018-05-12 20:53:03 UTC
Permalink
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.
_______________________________________________
https://stat.ethz.ch/mailman/listinfo/r-sig-mixed-models
Paul Johnson
2018-05-14 06:36:53 UTC
Permalink
Sorry, I see my mistake now. I was warning you about a problem that
you were aware of already.

In the lme4 Git repo, Martin committed a patch that removed the usage
of rBind from formatVC on Mar 22, 2018. I thought you had it still
when I asked.

pj


On Sat, May 12, 2018 at 3:53 PM, Martin Maechler
Post by Martin Maechler
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
'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.
_______________________________________________
https://stat.ethz.ch/mailman/listinfo/r-sig-mixed-models
--
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.
Martin Maechler
2018-05-17 17:45:46 UTC
Permalink
Post by Paul Johnson
Paul Johnson
Sorry, I see my mistake now. I was warning you about a
problem that you were aware of already.
In the lme4 Git repo, Martin committed a patch that
removed the usage of rBind from formatVC on Mar 22,
2018. I thought you had it still when I asked.
pj
aah.. I now understand ... and I apologize for my "not very tender"
answer.

Best, Martin
Post by Paul Johnson
On Sat, May 12, 2018 at 3:53 PM, Martin Maechler
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.
_______________________________________________ >
https://stat.ethz.ch/mailman/listinfo/r-sig-mixed-models
--
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.
_______________________________________________
https://stat.ethz.ch/mailman/listinfo/r-sig-mixed-models
Loading...