Skip to content

[R-pkg-devel] Last released version FAIL

4 messages · Cristiane Hayumi Taniguti, Dirk Eddelbuettel, Berry Boessenkool

#
Dear list members,

My name is Cristiane, I am mantainer of onemap package. The current version
of the package in CRAN is having problems passing to cran check
<https://cran.r-project.org/web/checks/check_results_onemap.html>. I
already fixed all the problems and made other updates in a new version. I
submit this new version and the automatically CRAN check also pointed the
errors, warnings and notes of the last version. The question is: Do I need
to fix the errors of the last version and submit this version again or can
I just submit the new version?

The new version that I want to submit have only 2 NOTES
<https://win-builder.r-project.org/incoming_pretest/onemap_2.1.1008_20190822_212246/Debian/00check.log>

Thank you in advance,

Cristiane
#
Hi Christiane,
On 26 August 2019 at 09:32, Cristiane Hayumi Taniguti wrote:
| My name is Cristiane, I am mantainer of onemap package. The current version
| of the package in CRAN is having problems passing to cran check
| <https://cran.r-project.org/web/checks/check_results_onemap.html>. I
| already fixed all the problems and made other updates in a new version. I
| submit this new version and the automatically CRAN check also pointed the
| errors, warnings and notes of the last version. The question is: Do I need
| to fix the errors of the last version and submit this version again or can
| I just submit the new version?

The general idea is that the new version addresses the issues shown at CRAN
for the current (and to-be-replaced) version.
 
| The new version that I want to submit have only 2 NOTES
| <https://win-builder.r-project.org/incoming_pretest/onemap_2.1.1008_20190822_212246/Debian/00check.log>

The general idea is that you look at the NOTE, WARNING and ERROR results
_while preparing your package_ so that your upload has (ideally) none. I
think you should be able to fix both

  Found the following (possibly) invalid file URI:
    URI: www.r-project.org
      From: inst/doc/Overview.html

and

  * checking for non-standard things in the check directory ... NOTE
  Found the following files/directories:
    ?SegregationTests.jpg?
  * DONE

and it would be fair to the CRAN team if you did so before uploading.

Dirk
#
You should fix the problems in a new version and submit.
Did you per accident submit the old version?
Or did you get tricked by the part after "Current CRAN status"?

Regards,
Berry

PS:You could easily get rid of the two notes as well.
Looks like you need to put SegregationTests.jpg in .Rbuildignore and link with https prefix to https://www.r-project.org/.
#
Thank you for the answers!

Yes, I got tricked by the "Current CRAN status" in the automatically answer
of CRAN submission.
At the email body they pointed the FAIL in the current version and ask to
"Please fix all problems and resubmit a fixed version via the webform.".
I thought that the fail of the current version should also be repaired and
resubmitted with the same version number, than users can also be able to
install an older version. But now I understood that this current version
will be replaced by the new version, I should not worry about the old
problems.

I will just fix the two simple NOTEs of the new version and it should be
enough.

Thank you again,

Cris


On Mon, Aug 26, 2019 at 11:22 AM Berry Boessenkool <
berryboessenkool at hotmail.com> wrote: