[R-pkg-devel] Submission after archived version
Duncan Murdoch
murdoch@dunc@n @end|ng |rom gm@||@com
Tue Mar 12 20:10:11 CET 2024
On 11/03/2024 6:45 p.m., Nils Mechtel wrote:
> Hi,
>
> Our package was archived at the end of last year, and after some major rework we submitted a newer version yesterday. Despite R CMD check not giving any errors or warnings, the package doesn’t pass the pre-tests:
>
> package MetAlyzer_1.0.0.tar.gz does not pass the incoming checks automatically, please see the following pre-tests:
> Windows: <https://win-builder.r-project.org/incoming_pretest/MetAlyzer_1.0.0_20240310_215320/Windows/00check.log>
> Status: 2 NOTEs
> Debian: <https://win-builder.r-project.org/incoming_pretest/MetAlyzer_1.0.0_20240310_215320/Debian/00check.log>
> Status: 3 NOTEs
>
> Last released version's CRAN status: OK: 5, ERROR: 8
> See: <https://cran-archive.r-project.org/web/checks/2023/2023-11-07_check_results_MetAlyzer.html>
>
> Do we miss something here?
The first note is mostly informational, though you might want to mention
that metabolomics is spelled correctly in your submission message.
The second note should be fixed. Apparently your package has both
Authors and Authors using R fields. Delete Authors and that should go away.
The third note only happened on one system, so it may be a false
positive, but what it says is that your checks created a file called
metabolomics_data.csv some place where it shouldn't have created it.
You should only be writing in the temp directory, and you should clean
up afterwards.
Duncan Murdoch
More information about the R-package-devel
mailing list