Displaying 4 results from an estimated 4 matches for "tmt1495".
Did you mean:
tmp1415
2017 Feb 09
2
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)
> system("printenv | grep R_LIBS")
R_LIBS_SITE=
R_LIBS_USER=/people/biostat2/therneau/Rlib
So,...
2017 Feb 09
0
R CMD check error
...rneau, Terry M., Ph.D. wrote:
> 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)
>
> >
> > system("printenv | grep R_LIBS")
> R_LIBS_SITE=
&g...
2017 Feb 08
2
R CMD check error
I have a local library which depends on the expm library. The expm library is loaded into
my personal space and I have the environment variable R_LIBS_USER set appropriately. The
command "library(expm)" works just fine from the command line, and in fact the package
works if I do the source() and dyn.load() commands by hand.
The following sequence works:
tmt% R CMD build
2017 Feb 09
2
R CMD check error
...wrote:
>> 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)
>>
>>>
>>> system("printenv | grep R_LIBS"...