[Rd] update R Internals for R 4.0.0
Hi R developers, R ints: https://cran.r-project.org/doc/manuals/r-devel/R-ints.html At the beginning there is "this version is for the 3.x.y series." I would like to kindly ask for update manual for 4.x.y series, which would also need to cover entries about NAMED, that have been superseded by REFCNT. There might be of course other places that needs update, but this one is important feature of R 4.0.0. Thank you, Jan Gorecki __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
[Rd] order function called on a data.frame?
Hi, base::order main input arguments are defined as: a sequence of numeric, complex, character or logical vectors, all of the same length, or a classed R object When passing a list or a data.frame, the resuts seems to be a bit useless. Shouldn't that raise an error, or at least warning? Best Regards, Jan Gorecki __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel