The R Project SVN R

Rev

Rev 68061 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68061 Rev 77228
Line 15... Line 15...
15
 
15
 
16
## R_LIBS_SITE has to be non-empty or it is ignored
16
## R_LIBS_SITE has to be non-empty or it is ignored
17
## Note that this does not set LC_COLLATE.  The collation of examples
17
## Note that this does not set LC_COLLATE.  The collation of examples
18
## is done in C order in massageExamples(), but we want to test the
18
## is done in C order in massageExamples(), but we want to test the
19
## orderings users use.
19
## orderings users use.
20
R_EXE = $(R_HOME)/$(BINDIR)/Rterm --slave --vanilla \
20
R_EXE = $(R_HOME)/$(BINDIR)/Rterm --vanilla --no-echo \
21
  LANGUAGE=en LC_TIME=C R_LIBS= R_LIBS_USER= R_LIBS_SITE=nothing
21
  LANGUAGE=en LC_TIME=C R_LIBS= R_LIBS_USER= R_LIBS_SITE=nothing
22
 
22
 
23
all: test-Examples-Base
23
all: test-Examples-Base
24
 
24
 
25
test-Examples: test-Examples-Base
25
test-Examples: test-Examples-Base