Almost too good to be true: with this in my NAMESPACE
export (esa.plot)
S3method(esa,plot)
it seems I can deprecate esa.plot by the usual route (calling .Deprecated and
passing call through to the new function esaPlot).
Thanks!
Murray
From: Ivan Krylov
Sent: We
В Tue, 1 Oct 2024 09:00:24 +0200
Jan van der Laan пишет:
> S3method(esa, plot, esaplotmethod)
>
> To register `esaplotmethod` as the method that is called when using
> `esa` with an object of type `plot`. This would prevent this issue.
> However, this probably (can't test as the note doesn't h
Hi R-package-devel team,
I have a question about installation error on Debian.
I recently updated my package “glmtlp” to meet the “_PACKAGE” requirement and
to deal with the “noRemap" requirement. I only modified the DESCRIPTION and
glmtlp-package.R file and fixed a few typos. R CMD check
On 9/26/24 23:48, Murray Efford via R-package-devel wrote:
I am tossing up between (i) appealing to CRAN to allow the submission through
with NOTEs until it feels safe to remove the functions with misleading names
altogether, and (ii) removing them now and warning users about the new names