[R-pkg-devel] Deprecating apparent S3 method, changing name

2024-09-24 Thread Murray Efford via R-package-devel
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.

Re: [R-pkg-devel] Deprecating apparent S3 method, changing name

2024-09-26 Thread Murray Efford via R-package-devel
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

Re: [R-pkg-devel] Deprecating apparent S3 method, changing name

2024-09-29 Thread Murray Efford via R-package-devel
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").

Re: [R-pkg-devel] Deprecating apparent S3 method, changing name

2024-10-01 Thread Murray Efford via R-package-devel
: 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

[R-pkg-devel] Pre-test failure with RcppParallel on Windows R-devel

2025-01-23 Thread Murray Efford via R-package-devel
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

Re: [R-pkg-devel] Pre-test failure with RcppParallel on Windows R-devel

2025-01-24 Thread Murray Efford via R-package-devel
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

Re: [R-pkg-devel] Check time > 10min

2025-06-03 Thread Murray Efford via R-package-devel
Thanks to Dirk, Greg and Seb for grappling with this. The comments give me confidence to appeal to CRAN to wave this through as it stands - I think Uwe has obliged in the past, but I would rather not rely on that. More complete reporting of check times would be welcome. Murray __

[R-pkg-devel] Check time > 10min

2025-06-02 Thread Murray Efford via R-package-devel
My revision of package 'secr' fails CRAN pre-test on Windows (R 4.5.0) because total check time exceeds 10 min (it's 760 seconds or 13 min). I can't see how to fix this as none of the times listed in the log https://win-builder.r-project.org/incoming_pretest/secr_5.2.2_20250602_054847/Windows/00

Re: [R-pkg-devel] Check time > 10min

2025-06-02 Thread Murray Efford via R-package-devel
ay, 3 June 2025 12:54 To: Murray Efford Cc: R Package Development Subject: Re: [R-pkg-devel] Check time > 10min On 3 June 2025 at 00:12, Murray Efford via R-package-devel wrote: | My revision of package 'secr' fails CRAN pre-test on Windows (R 4.5.0) because total check time exceed

Re: [R-pkg-devel] Check time > 10min

2025-06-02 Thread Murray Efford via R-package-devel
ad the problem? Isn't that time exceeded message in the log somewhere? On Tue, 3 Jun 2025 at 11:41, Murray Efford via R-package-devel mailto:r-package-devel@r-project.org>> wrote: On the face of it, I would need to throw out all the examples, and all the tests. That can't be rig