Skip to content
Prev 2423 / 12125 Next

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

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-darwin15.6.0 (64-bit)
| * using session charset: UTF-8
| * using option ?--as-cran?
| * checking for file ?namepackage/DESCRIPTION? ... OK
| * checking extension type ... Package
| * this is package ?namepackage? version ?1.1.2?
| * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
| * checking package namespace information ... OK
| * checking package dependencies ... OK
| * checking if this is a source package ... ERROR
| Only *source* packages can be checked.

That would be your error. You did not upload a source package.

Dirk