The R Project SVN R

Rev

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

Rev 80166 Rev 80452
Line 16... Line 16...
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 --vanilla --no-echo \
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=NULL R_LIBS_SITE=NULL
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
26
 
26