Message-ID: <SN6PR10MB243245F1BC682A39C715CDE79F889@SN6PR10MB2432.namprd10.prod.outlook.com>
Date: 2021-02-15T20:47:52Z
From: Wang, Zhu
Subject: [R-pkg-devel] How to fix a check error for a package in CRAN
In-Reply-To: <a3702999-071e-5aa5-93ef-c065b2f620e6@gmail.com>
Thanks Duncan - I am planning to submit an update, so I have to deal with the error message.
Best,
Zhu
-----Original Message-----
From: Duncan Murdoch <murdoch.duncan at gmail.com>
Sent: Monday, February 15, 2021 2:45 PM
To: Wang, Zhu <wangz1 at uthscsa.edu>; r-package-devel at r-project.org
Subject: Re: [R-pkg-devel] How to fix a check error for a package in CRAN
On 15/02/2021 3:38 p.m., Wang, Zhu wrote:
> Hello,
>
> There is an error for R package mpath:
>
> https://cran.r-project.org/web/checks/check_results_mpath.html
>
> However, the information related to the error is not very helpful for me to fix the error:
>
> https://www.r-project.org/nosvn/R.check/r-devel-windows-ix86+x86_64/mp
> ath-00check.html
>
>
> On the other hand, The same package seems to be ok on R Under development (unstable). I guess this is different from the platform where the error occurred in CRAN.
>
> https://win-builder.r-project.org/Y272HSJc0X4T/00check.log
>
> Any idea how to fix the error?
It looks like some sort of transient problem on the test machine. I'd ignore it unless you're submitting an update. In that case, I'd comment on it in your submission comment, saying you haven't fixed one problem because it was not reproducible.
Duncan Murdoch