Skip to content

[R-pkg-devel] NOTE about authors, no explanation

9 messages · Michael Dewey, Ivan Krylov, Mark Webster +1 more

#
Hello,
I'm getting a NOTE on winbuilder, which doesn't come with much information:
Build log:> * using log directory 'd:/RCompile/CRANguest/R-devel/autodb.Rcheck'
Author text in original DESCRIPTION:> Authors at R:?> ? ? person(> ? ? ? "Mark",> ? ? ? "Webster",?> ? ? ? email = "markwebster204 at yahoo.co.uk",> ? ? ? role = c("aut", "cre"),> ? ? ? comment = c(ORCID = "0000-0002-3351-0686")> ? ? )


If I build locally, the release (4.3.2) and development (2025-03-15 r87978 ucrt) versions do differ by the resulting Author DESCRIPTION field: the development version puts ORCID: in front of the Orcid URL.However, they both get the NOTE on Winbuilder.What is the error here?
Best Regards,Mark Webster
#
Dear Mark

That note is entirely expected. I believe it is just to help the CRAN 
maintainers.

Michael
On 16/03/2025 22:06, Mark Webster via R-package-devel wrote:

  
    
#
? Sun, 16 Mar 2025 22:06:16 +0000 (UTC)
Mark Webster via R-package-devel <r-package-devel at r-project.org> ?????:
Could you please share a link to the check results? If it's
<https://win-builder.r-project.org/incoming_pretest/autodb_2.3.0_20250316_203825/>,
it seems to have passed the R CMD check. As Michael says, the NOTE
about the package being a new submission is expected.

I wasn't able to find the message you are being concerned with ("Author
text in original DESCRIPTION" and its substrings) anywhere in the R
source code or in the R-dev-web Subversion repository. Are you sure the
problem is not elsewhere?
Your message did not arrive intact:
https://stat.ethz.ch/pipermail/r-package-devel/2025q1/011533.html

On the R mailing lists, it's best to compose messages in plain text.
#
Hi Michael and Ivan,

   > Could you please share a link to the check results? If it's> <https://win-builder.r-project.org/incoming_pretest/autodb_2.3.0_20250316_203825/>,
Yes, that's the one.
The relevant part of the two check logs is
Given the above, would it be reasonable to reply to this as a false positive?
Best Regards,Mark

Original email:

  
  
#
? Mon, 17 Mar 2025 13:38:50 +0000 (UTC)
Mark Webster <markwebster204 at yahoo.co.uk> ?????:
I think you'll have to reduce the test datasets further:
https://win-builder.r-project.org/incoming_pretest/autodb_2.3.0_20250316_203825/Windows/examples_and_tests/tests/testthat.Rout
#
On 17.03.2025 14:18, Lists wrote:
You should build with a recent version of R-dvel whic his also used for 
incoming checks on CRAN.

Best,
Uwe Ligges
#
On 17.03.2025 14:48, Ivan Krylov via R-package-devel wrote:
Right, manly from


* checking tests ... [10m] OK
   Running 'testthat.R' [10m]

Please reduce the test timings by using
  - small toy data only
  - few iterations
  - or by running less important tests only conditionally if some 
environment variable is set that you only define on your machine?

Best,
Uwe Ligges
#
Thanks Uwe, I'll reduce further -- looks like there's a test runtime variance of a few minutes I need to account for.Best Regards,Mark