Dear all,
I have a package with a legacy main function which calls a few exported
functions. In practice most users will only call the main function. Should
I deprecate only the main function or all the legacy functions? The latter
case generates more deprecation warnings when calling the main fun
On 11/10/2021 7:06 a.m., Thierry Onkelinx wrote:
Dear all,
I have a package with a legacy main function which calls a few exported
functions. In practice most users will only call the main function. Should
I deprecate only the main function or all the legacy functions? The latter
case generates