Skip to content

Rcmd check problem

3 messages · Qi Zhang, Duncan Murdoch, Uwe Ligges

#
On 18/09/2012 8:55 PM, Qi Zhang wrote:
The check process is designed to work on source tar files, but also 
works (sometimes with some extra warnings) on package directories. It 
won't work on binary packages at all.

I recommend reading the documentation.  Blogs are often out of date or 
wrong for other reasons.  (If you were following instructions there, 
this is an example of the latter.  It has never been correct to run 
check on a .zip file.)

Duncan Murdoch
#
On 19.09.2012 02:55, Qi Zhang wrote:
You cannot run R CMD check on a binary package. Just run it on the 
source package.

Uwe Ligges