Skip to content
Prev 2425 / 12125 Next

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

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.

Dirk