Skip to content
Back to formatted view

Raw Message

Message-ID: <87fylcl9hb.fsf@arctocephalus.homelinux.org>
Date: 2006-03-21T04:14:56Z
From: Sébastien Bihorel
Subject: R CMD check using personal library

Hello,

I have the following set in my ~/.Renviron:

# My local library
R_LIBS="~/R/library:${R_LIBS}"

which works perfect for installing packages as a normal user, and using
them.  However, now that I'm trying to build and check a package I'm
running into trouble with this.  So if a package 'Depends' on another
that's installed in my local library above, then whenever I do 'R CMD
check pkg' (as the same normal user), R complains that the latter is not
available.  Can somebody please explain what I'm missing?


Cheers,

-- 
Sebastian