[Rd] update R Internals for R 4.0.0

2020-05-17 Thread Jan Gorecki
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 RE

[Rd] order function called on a data.frame?

2020-05-17 Thread Jan Gorecki
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 Reg