search for: r_script_default_packag

Displaying 5 results from an estimated 5 matches for "r_script_default_packag".

2019 Sep 08
1
Error: package or namespace load failed for ‘utils
...set of default packages is normally used to reduce the set > for speed when scripting: in particular not using *methods*will reduce > the start-up time by a factor of up to two. But it can also be used to > customize R, e.g. for class use. Rscript also checks the environment > variable R_SCRIPT_DEFAULT_PACKAGES; if set, this takes precedence over > R_DEFAULT_PACKAGES. > Bill Dunlap > TIBCO Software > wdunlap tibco.com > > > On Sun, Sep 8, 2019 at 8:42 AM Laurent Gautier <lgautier at gmail.com> wrote: > >> Hi, >> >> When starting an embedded R I encounter t...
2019 Sep 08
6
Error: package or namespace load failed for ‘utils
Hi, When starting an embedded R I encounter the following issue under certain conditions: ``` Error: package or namespace load failed for ?utils? in if (.identC(class1, class2) || .identC(class2, "ANY")) TRUE else {: missing value where TRUE/FALSE needed ``` (more such errors for grDevices, graphics, and stats) And in the end: ``` Warning messages: 1: package ?utils? in
2019 Sep 08
0
Error: package or namespace load failed for ‘utils
...oaded. Changing the set of default packages is normally used to reduce the set for speed when scripting: in particular not using *methods*will reduce the start-up time by a factor of up to two. But it can also be used to customize R, e.g. for class use. Rscript also checks the environment variable R_SCRIPT_DEFAULT_PACKAGES; if set, this takes precedence over R_DEFAULT_PACKAGES. Bill Dunlap TIBCO Software wdunlap tibco.com On Sun, Sep 8, 2019 at 8:42 AM Laurent Gautier <lgautier at gmail.com> wrote: > Hi, > > When starting an embedded R I encounter the following issue under certain > conditions:...
2018 Apr 23
0
R 3.5.0 is released
...erminant(). * New warnErrList() utility (from package nlme, improved). * By default the (arbitrary) signs of the loadings from princomp() are chosen so the first element is non-negative. * If --default-packages is not used, then Rscript now checks the environment variable R_SCRIPT_DEFAULT_PACKAGES. If this is set, then it takes precedence over R_DEFAULT_PACKAGES. If default packages are not specified on the command line or by one of these environment variables, then Rscript now uses the same default packages as R. For now, the previous behavior of not including...
2018 Apr 23
0
R 3.5.0 is released
...erminant(). * New warnErrList() utility (from package nlme, improved). * By default the (arbitrary) signs of the loadings from princomp() are chosen so the first element is non-negative. * If --default-packages is not used, then Rscript now checks the environment variable R_SCRIPT_DEFAULT_PACKAGES. If this is set, then it takes precedence over R_DEFAULT_PACKAGES. If default packages are not specified on the command line or by one of these environment variables, then Rscript now uses the same default packages as R. For now, the previous behavior of not including...