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
_
I'm getting a Note that I don't understandand I think it may be the
cause of other errors later I have copied all of the output up to the
error for context. The error line is at the end. It seems to say that I
have not done a Build before doing the Check, but I did
x-134-84-0-217:~