Skip to content
Prev 52952 / 63424 Next

R CMD check error

Martin,
  I am aware of --vanilla; I use it myself for some testing.  In this case R_LIBS_USER was 
set externally (part of my login) and does not involve any of the R scripts.  That means 
it is inherited by any subprocess.  For example:

tmt1495% R --vanilla --no-environ

R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)
R_LIBS_SITE=
R_LIBS_USER=/people/biostat2/therneau/Rlib

So, per the manual R CMD check inherits the path.  The question is why does it ignore it?

Terry T.
On 02/09/2017 02:54 AM, Martyn Plummer wrote: