Displaying 6 results from an estimated 6 matches for "r_session_tmpdir".
2006 Aug 31
1
Overriding InitTempDir
...R");
if (tmp == NULL) {
tmp = getenv("TMP");
if (tmp == NULL) {
tmp = getenv("TEMP");
if (tmp == NULL)
tmp = "/tmp";
}
}
R_TempDir=tmp;
if (setenv("R_SESSION_TMPDIR",tmp,1) != 0){
perror("Fatal Error: couldn't set/replace R_SESSION_TMPDIR!");
exit(1);
}
}
This function is called after Rf_initEmbeddedR; it's seems like a hack
but it works. Does anyone have other solutions?
Maybe InitTempDir could check if R_TempD...
2017 Apr 06
3
failure of make check-all
...SER"
< [57] "R_OSTYPE" "R_PAPERSIZE"
< [59] "R_PAPERSIZE_USER" "R_PDFVIEWER"
< [61] "R_PLATFORM" "R_PRINTCMD"
< [63] "R_PROFILE" "R_PROFILE_USER"
< [65] "R_RD4PDF" "R_SESSION_TMPDIR"
< [67] "R_SHARE_DIR" "R_SYSTEM_ABI"
< [69] "R_TEXI2DVICMD" "R_UNZIPCMD"
< [71] "R_VERSION" "R_ZIPCMD"
< [73] "SED" "SESSION"
< [77] "SHELL" "SHLVL"
< [...
2017 Apr 06
0
failure of make check-all
...< [57] "R_OSTYPE" "R_PAPERSIZE"
> < [59] "R_PAPERSIZE_USER" "R_PDFVIEWER"
> < [61] "R_PLATFORM" "R_PRINTCMD"
> < [63] "R_PROFILE" "R_PROFILE_USER"
> < [65] "R_RD4PDF" "R_SESSION_TMPDIR"
> < [67] "R_SHARE_DIR" "R_SYSTEM_ABI"
> < [69] "R_TEXI2DVICMD" "R_UNZIPCMD"
> < [71] "R_VERSION" "R_ZIPCMD"
> < [73] "SED" "SESSION"
> < [77] "SHELL" "SHLVL&q...
2003 Nov 05
0
R 1.8 and MacOS X 10.3
...ary for we who upgrade sooner rather than later?
[ludwig:~] gall% R
dyld: mkdir version mismatch for library:
/usr/local/lib/libiconv.2.dylib (compatibility version of user: 5.0.0
greater than library's version: 4.0.0)
/usr/local/bin/R: line 145: 8440 Trace/BPT trap mkdir
"${R_SESSION_TMPDIR}"
2003-11-04 18:36:01.091 RAqua[8438] CFLog (21): Error loading
/usr/local/lib/libiconv.2.dylib: error code 1, error number 87 (dyld:
/Applications/StartR.app/RAqua.app/Contents/MacOS/RAqua version
mismatch for library: /usr/local/lib/libiconv.2.dylib (compatibility
version of user: 5.0.0...
2015 Oct 19
1
R 3.2.2 - make check and install package hang
.../cm/shared/apps/R/3.2.1/lib64/R/include
R_LIBS_SITE
R_LIBS_USER ~/R/x86_64-unknown-linux-gnu-library/3.2
R_PAPERSIZE a4
R_PDFVIEWER /usr/bin/xdg-open
R_PLATFORM x86_64-unknown-linux-gnu
R_PRINTCMD lpr
R_RD4PDF times,hyper
R_SESSION_TMPDIR /tmp/Rtmphn5m15
R_SHARE_DIR /cm/shared/apps/R/3.2.1/lib64/R/share
R_SYSTEM_ABI linux,gcc,gxx,gfortran,?
R_TEXI2DVICMD /usr/bin/texi2dvi
R_UNZIPCMD /usr/bin/unzip
R_ZIPCMD /usr/bin/zip
SED /bin/sed
SGE_ROOT...
2015 Oct 17
3
R 3.2.2 - make check and install package hang
Hello Everyone,
After trying several ways to compile R 3.2.2 without luck, I?m reaching out for help.
The ?make check? does not hanges for some reason and when
trying to install a package it cannot list the download sites (see below).
What could be the problem?
./configure --enable-R-shlib --enable-BLAS-shlib
hostname = test
uname -m = x86_64
uname -r = 2.6.32-573.7.1.el6.x86_64
uname -s =