Skip to content
Prev 6839 / 12125 Next

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

My 2c is that if a package has actually tested something like that
(say, the ordering of a list's elements), then it is 100% likely that
a script out there depends on that behaviour too.  In other words, the
change is not inconsequential.  R users are in debt to package
developers but I think it behoves us to take special care not to
underestimate the work involved when a package's behaviour changes.
On Fri, 16 Apr 2021 at 20:09, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: