Skip to content
Prev 6841 / 12125 Next

[R-pkg-devel] Problems with too much testing

On 16/04/2021 7:54 a.m., Hugh Parsonage wrote:
I suspect this test is not intentional, and it really wouldn't make 
sense for a package to depend on the order of named list components.

  In other words, the
There's a difference between internal implementation changes and 
external behaviour changes.  For example, there are clear warnings not 
to use un-exported functions (via :::), and a package that did that 
would not be accepted on CRAN.

What I'm asking for are suggestions for ways to hide internal layouts of 
objects from users.  That seems a lot harder.

Duncan Murdoch