The R Project SVN R

Rev

Rev 38295 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 38295 Rev 42247
Line 17... Line 17...
17
 
17
 
18
## R_START_PACKAGES is set to NULL during bootstrapping
18
## R_START_PACKAGES is set to NULL during bootstrapping
19
R_DEFAULT_PACKAGES=${R_START_PACKAGES}
19
R_DEFAULT_PACKAGES=${R_START_PACKAGES}
20
export R_DEFAULT_PACKAGES
20
export R_DEFAULT_PACKAGES
21
if test "x${BUILD}" = "xCROSS"; then
21
if test "x${BUILD}" = "xCROSS"; then
22
R_EXE="${RX_EXE} --slave --no-site-file --no-init-file"
22
R_EXE="${RX_EXE} --slave --vanilla"
23
## we have to install into a temporary dir to avoid libpath problems
23
## we have to install into a temporary dir to avoid libpath problems
24
lib1=/tmp/RtmpWin
24
lib1=/tmp/RtmpWin
25
else
25
else
26
R_EXE="${R_HOME}/bin/Rterm --slave --no-site-file --no-init-file"
26
R_EXE="${R_HOME}/bin/Rterm --slave --vanilla"
27
lib1=${lib}
27
lib1=${lib}
28
fi
28
fi
29
 
29
 
30
## This is apparently needed, but no one told the Windows maintainers.
30
## This is apparently needed, but no one told the Windows maintainers.
31
R_PACKAGE_NAME=${pkg}
31
R_PACKAGE_NAME=${pkg}