On 09.01.2018 09:22, Luca Cerone wrote:
Dear all,
I have submitted my first R package to CRAN and I have received the email
below back.

If I understood the log message correctly, to fix the issues is fairly
simple:
- correct the Title using the Title Case suggestion
- change a bit the description so that "simpleroptions" is not the first
word in the DESCRIPTION.

Also the mispelled word is the name of my package so I guess that is OK,
isn't it >
Before re-submitting and wasting CRAN reviewers time I would like to know
that with the changes above the package would be good for acceptance.

We see:

File 'LICENSE':
  MIT License

  Copyright (c) 2017 Luca Cerone

  Permission ..


Please only submit the CRAN template for the MIT licernse.

Possibly mis-spelled words in DESCRIPTION:
  simpleroptions (3:14)

Software names should be single quoted in the Description field, but I doubt you need it as people know your package's namne already.


The Title field should be in title case, current version then in title case:
'Easily manage options files for your packages and scripts'
'Easily Manage Options Files for your Packages and Scripts'

The Description field should not start with the package name,
  'This package' or similar.

Hence less redundancy.


* checking DESCRIPTION meta-information ... WARNING
Dependence on R version '3.4.2' not with patchlevel 0


Use patchlevel 0 if applicable.



You also left a file in the user'S home dir:
  .simpleroptions_vignette

It is not permitted to write there without the user explicitly specifying it.

Best,
Uwe Ligges

Also I do have a question, I have tried several times to check whether my
package was ready for CRAN using the devtools::check() function and I
got to the point were I have no Warning no Notes. Is it normal that the
checks can be different? Or maybe it is a symptom that I am doing something
wrong with the build() and check() steps?

Thank you all for your help with this!

Cheers,
Luca

---------- Forwarded message ----------
From: <uwe.lig...@r-project.org>
Date: Mon, Jan 8, 2018 at 11:29 PM
Subject: [CRAN-pretest-archived] CRAN submission simpleroptions 0.2.0
To: luca.cer...@gmail.com
Cc: cran-submissi...@r-project.org


Dear maintainer,

package simpleroptions_0.2.0.tar.gz does not pass the incoming checks
automatically, please see the pre-test at:
<https://win-builder.r-project.org/incoming_pretest/
180108_232242_simpleroptions_020/00check.log>
Status: 1 WARNING, 1 NOTE


Please fix all problems and resubmit a fixed version via the webform.
If you are not sure how to fix the problems shown, please ask for help on
the R-package-devel mailing list:
<https://stat.ethz.ch/mailman/listinfo/r-package-devel>
If you are fairly certain the rejection is a false positive, please
reply-all to this message and explain.

More details are given in the directory:
<https://win-builder.r-project.org/incoming_pretest/
180108_232242_simpleroptions_020>
The files will be removed after roughly 7 days.


Best regards,
CRAN teams' auto-check service

        [[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

Reply via email to