Skip to content

Rprofile.site and check/build (PR#2872)

4 messages · Liaw, Andy, Brian Ripley, Laurent Gautier +1 more

#
How's this a bug?  It only make sense to run "check" and "build" on source
packages, but things like R_LIBS points to where *binary* packages are
install.

Andy
------------------------------------------------------------------------------
Notice: This e-mail message, together with any attachments, cont... {{dropped}}
#
On Tue, 29 Apr 2003, Liaw, Andy wrote:

            
R CMD check is going to run an installed version, and that may use other 
packages.  However, these tools have always used --vanilla, and see
?Startup for why that works as stated below.

So this works as intended, checking on a vanilla system.  That's not a 
bug, and definitely not a recent change.

  
    
#
On Tue, Apr 29, 2003 at 08:37:49AM -0400, Liaw, Andy wrote:
...and in the case of package dependancies ?


...and what about building the 'vignette' ?


L.

  
    
#

        
> On Tue, Apr 29, 2003 at 08:37:49AM -0400, Liaw, Andy wrote:
>> How's this a bug?  It only make sense to run "check" and "build" on source
  >> packages, but things like R_LIBS points to where *binary* packages are
  >> install.

  > ...and in the case of package dependancies ?


  > ...and what about building the 'vignette' ?

That's currently an open problem I intend to fix for 1.8

Best,
Fritz