Re: [R-pkg-devel] R package CRAN check error

2018-02-17 Thread Dev Chakraborty
Thanks Hadley, for making us aware of this tool. I have a question: the spellchecker part works (I mean I corrected words that were clearly misspelled leaving acronyms which are common in my field), but I get the following messages after the spell check: * using log directory ‘/private/var/folders

Re: [R-pkg-devel] R package CRAN check error

2018-02-16 Thread Hadley Wickham
Or even better, devtools::release(): it walks you through a checklist of activities designed to make your submission as successful as possible. Hadley On Fri, Feb 16, 2018 at 2:46 PM, Georgi Boshnakov wrote: > You get a source package suitable for submission by running `R CMD check > namepackag

Re: [R-pkg-devel] R package CRAN check error

2018-02-16 Thread Dirk Eddelbuettel
On 16 February 2018 at 20:46, Georgi Boshnakov wrote: | You get a source package suitable for submission by running `R CMD check namepackage' or the equivalent devtools::build() Close: "R CMD build namepackage" creates the tar.gz file. And "R CMD check --as-cran namepackage_*.tar.gz" checks it

Re: [R-pkg-devel] R package CRAN check error

2018-02-16 Thread Georgi Boshnakov
You get a source package suitable for submission by running `R CMD check namepackage' or the equivalent devtools::build() Georgi -Original Message- From: R-package-devel [mailto:r-package-devel-boun...@r-project.org] On Behalf Of Ilaria Amerise Sent: 16 February 2018 11:35 To: r-packa

Re: [R-pkg-devel] R package CRAN check error

2018-02-16 Thread Dirk Eddelbuettel
Ilaria, On 16 February 2018 at 12:34, Ilaria Amerise wrote: | on submitting a new version of a package I got a rejection because of | the following Error in the CRAN-check. | | Any help would be highly appreciated. | | * using R version 3.4.3 (2017-11-30) | * using platform: x86_64-apple-darwin