[R-pkg-devel] The problem with resubmitting the package to the Cran

Uwe Ligges ||gge@ @end|ng |rom @t@t|@t|k@tu-dortmund@de
Thu Nov 9 10:16:19 CET 2023



On 08.11.2023 17:54, Karolina Marek wrote:
> Hello,
> 
> I have the following case. I would like to resubmit a package to the Cran -
> per ARMA, which was archived on 2022-05-25, as it required the archived
> package 'matlab'. The new version of the 'matlab' was resubmitted to the
> Cran on 2022-06-01. So we would like that our package will also return to
> the Cran. I didn't change anything significant in the code inside. However,
> when I try to submit the package, I receive the following NOTES:
> 
>   checking CRAN incoming feasibility ... NOTE
> 
> * checking for non-standard things in the check directory ... NOTE
> Found the following files/directories:
>    ‘PARMA21del1_ident'

Apparently you create this file during the checks. So examples or 
vignette code executed by users may write it into the user filespace. 
You must not write their by default nor in examples etc.
Let the user choose the filename and otherwise, e.g., in examples, use 
tempdir() as a location for writing files.

Best,
Uwe Ligges



> 
> I don't know really what this note mean and can I put the package
> anyway to Cran?
> 
> 
> 
> Best regards,
> 
> Karolina
> 
> 	[[alternative HTML version deleted]]
> 
> ______________________________________________
> R-package-devel using r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel



More information about the R-package-devel mailing list