Re: [R-pkg-devel] Unreproducible error for CRAN submission on winbuilder using r-devel

2025-04-06 Thread Duncan Murdoch

On 2025-04-06 4:08 a.m., Chris Brien wrote:

Hi all,

I submitted my package asremlPlus 4.4.47 to CRAN on Thurs 3/04/2025 and it 
generated an Error (and a NOTE) on Winbuilder using R version 4.5.0 RC 
(2025-04-04 r88102 ucrt):

package asremlPlus_4.4.47.tar.gz does not pass the incoming checks 
automatically, please see the following pre-tests (additional issue checks):
Windows: 
>
Status: 1 ERROR, 1 NOTE

I ran R CMD check on the package using r-devel r88102 and was unable to 
generate the ERROR.

So, I submitted the package to Winbuilder r-devel and the package does not 
generate an error using R version 4.5.0 RC (2025-04-04 r88112 ucrt) - see 
https://win-builder.r-project.org/Ht2zyDE9N1Xx/00check.log.

Can I assume that the error was transitory and resubmit my package to CRAN?

Cheers,


The error was

"Error in pf(q = Fvalue, df1 = ndf, df2 = ddf, lower.tail = FALSE) :
  Non-numeric argument to mathematical function"

That doesn't look like something that would be transitory.  If you are 
working with random data it might be hard to reproduce, but still worth 
worrying about.  Or it could be transitory because some package you're 
using was updated between the two runs, or some weird timing issue 
caused some value to be wrong.


Duncan Murdoch

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


[R-pkg-devel] Unreproducible error for CRAN submission on winbuilder using r-devel

2025-04-06 Thread Chris Brien
Hi all,

I submitted my package asremlPlus 4.4.47 to CRAN on Thurs 3/04/2025 and it 
generated an Error (and a NOTE) on Winbuilder using R version 4.5.0 RC 
(2025-04-04 r88102 ucrt):

package asremlPlus_4.4.47.tar.gz does not pass the incoming checks 
automatically, please see the following pre-tests (additional issue checks):
Windows: 
>
Status: 1 ERROR, 1 NOTE

I ran R CMD check on the package using r-devel r88102 and was unable to 
generate the ERROR.

So, I submitted the package to Winbuilder r-devel and the package does not 
generate an error using R version 4.5.0 RC (2025-04-04 r88112 ucrt) - see 
https://win-builder.r-project.org/Ht2zyDE9N1Xx/00check.log.

Can I assume that the error was transitory and resubmit my package to CRAN?

Cheers,

 Chris



[[alternative HTML version deleted]]

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


Re: [R-pkg-devel] Unreproducible error for CRAN submission on winbuilder using r-devel

2025-04-06 Thread Uwe Ligges
This is on so far strange as the winbuilder service and the CRAN 
incoming check happen actually on the same machine, same library and 
same version of R.


If this is not related to some randomness in generating your data, 
please simply resubmit.


Best,
Uwe Ligges




On 06.04.2025 10:08, Chris Brien wrote:

Hi all,

I submitted my package asremlPlus 4.4.47 to CRAN on Thurs 3/04/2025 and it 
generated an Error (and a NOTE) on Winbuilder using R version 4.5.0 RC 
(2025-04-04 r88102 ucrt):

package asremlPlus_4.4.47.tar.gz does not pass the incoming checks 
automatically, please see the following pre-tests (additional issue checks):
Windows: 
>
Status: 1 ERROR, 1 NOTE

I ran R CMD check on the package using r-devel r88102 and was unable to 
generate the ERROR.

So, I submitted the package to Winbuilder r-devel and the package does not 
generate an error using R version 4.5.0 RC (2025-04-04 r88112 ucrt) - see 
https://win-builder.r-project.org/Ht2zyDE9N1Xx/00check.log.

Can I assume that the error was transitory and resubmit my package to CRAN?

Cheers,

  Chris



[[alternative HTML version deleted]]

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


Re: [R-pkg-devel] Unreproducible error for CRAN submission on winbuilder using r-devel

2025-04-06 Thread Chris Brien
Hi Duncan,

Thanks for your comments.

"Error in pf(q = Fvalue, df1 = ndf, df2 = ddf, lower.tail = FALSE) :
Non-numeric argument to mathematical function"
Indeed, and the problem arises from a call to the anova function of lmerTest 
whose latest versions is 2020-10-23.


That doesn't look like something that would be transitory. If you are
working with random data it might be hard to reproduce, but still worth
worrying about. Or it could be transitory because some package you're
using was updated between the two runs, or some weird timing issue
caused some value to be wrong.

The data is a data set from asremlplus called Oat.dat, so not random at all.

It seems that the most likely explanation is that it is some weird transitory 
issue on the CRAN incoming check that caused some value to be wrong.

Anyway, asremlPlus has now been resubmitted and is on its way to CRAN.

Cheers,

 Chris



From: Duncan Murdoch 
Sent: Sunday, 6 April 2025 11:03 PM
To: Chris Brien ; r-package-devel@r-project.org
Subject: Re: [R-pkg-devel] Unreproducible error for CRAN submission on 
winbuilder using r-devel

On 2025-04-06 4:08 a.m., Chris Brien wrote:
> Hi all,
>
> I submitted my package asremlPlus 4.4.47 to CRAN on Thurs 3/04/2025 and it 
> generated an Error (and a NOTE) on Winbuilder using R version 4.5.0 RC 
> (2025-04-04 r88102 ucrt):
>
> package asremlPlus_4.4.47.tar.gz does not pass the incoming checks 
> automatically, please see the following pre-tests (additional issue checks):
> Windows: 
> >>
> Status: 1 ERROR, 1 NOTE
>
> I ran R CMD check on the package using r-devel r88102 and was unable to 
> generate the ERROR.
>
> So, I submitted the package to Winbuilder r-devel and the package does not 
> generate an error using R version 4.5.0 RC (2025-04-04 r88112 ucrt) - see 
> https://win-builder.r-project.org/Ht2zyDE9N1Xx/00check.log.
>
> Can I assume that the error was transitory and resubmit my package to CRAN?
>
> Cheers,

The error was

"Error in pf(q = Fvalue, df1 = ndf, df2 = ddf, lower.tail = FALSE) :
Non-numeric argument to mathematical function"

That doesn't look like something that would be transitory. If you are
working with random data it might be hard to reproduce, but still worth
worrying about. Or it could be transitory because some package you're
using was updated between the two runs, or some weird timing issue
caused some value to be wrong.

Duncan Murdoch

[[alternative HTML version deleted]]

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel