[R-pkg-devel] Description Meta Information Note

Brian G. Peterson brian at braverock.com
Mon Jan 30 17:05:30 CET 2017


On Mon, 2017-01-30 at 09:45 -0600, Cathy Lee Gierke wrote:
>  building ‘CATkit_2.06.tar.gz’

R CMD build creates a tarball

> x-134-84-0-217:CATkit user$ *R CMD check CATkit*

but you are checknig the directory, not the tarball.

do 

R CMD check CATkit_2.06.tar.gz

instead.

Regards,

Brian



More information about the R-package-devel mailing list