A package of mine on CRAN has some old function names (not S3 methods) that
include "." (e.g., "esa.plot"). In a new version I want to simultaneously
1. rename these functions to e.g. "esaPlot"
2. export a new S3 generic with the base name (e.g. "esa") and methods for
different model types (e.g.
September 2024 08:48
To: Murray Efford via R-package-devel
Cc: Murray Efford
Subject: Re: [R-pkg-devel] Deprecating apparent S3 method, changing name
� Wed, 25 Sep 2024 05:13:31 +
Murray Efford via R-package-devel �:
> When I deprecate the old functions (by exporting a shell funct
ort(esa)
export(esa.plot)
export(esaPlot)
Am I doing something different than you are?
Jan
On 9/25/24 07:13, Murray Efford via R-package-devel wrote:
> A package of mine on CRAN has some old function names (not S3 methods) that
> include "." (e.g., "esa.plot").
: Wednesday, 2 October 2024 00:45
To: Jan van der Laan
Cc: Murray Efford ; Murray Efford via
R-package-devel
Subject: Re: [R-pkg-devel] Deprecating apparent S3 method, changing name
� Tue, 1 Oct 2024 09:00:24 +0200
Jan van der Laan �:
> S3method(esa, plot, esaplotmethod)
>
> To
Submitting secr 5.2.0 I get this pre-test installation ERROR which is opaque to
me. I haven't changed the relevant code, and the package passes checks on
Winbuilder (below) and other systems (with a false positive URL fail NOTE).
* checking whether package 'secr' can be installed ... ERROR Insta
CRAN. Hopefully your next submission should go smoothly.
Thanks,
Kevin
On Thu, Jan 23, 2025 at 5:14 PM Murray Efford via R-package-devel
wrote:
>
> Submitting secr 5.2.0 I get this pre-test installation ERROR which is opaque
> to me. I haven't changed the relevant code, and the