Skip to content
Prev 4453 / 12125 Next

[R-pkg-devel] What counts as an API change?

Both of your examples are incompatible.

foo <- function (a, b, c, d, e = NA )

(add with default value) would be compatible.

Your second example cannot be made compatible even with default values because the positional behaviour has changed.
On September 25, 2019 6:51:58 AM PDT, David Hugh-Jones <davidhughjones at gmail.com> wrote: