The R Project SVN R

Rev

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

Rev 38794 Rev 47175
Line 7... Line 7...
7
- edit it to set Rp->rhome and Rp->home appropriately, or set
7
- edit it to set Rp->rhome and Rp->home appropriately, or set
8
  appropriate environmental variables.
8
  appropriate environmental variables.
9
 
9
 
10
- to make with gcc,  make -f make.rtest
10
- to make with gcc,  make -f make.rtest
11
 
11
 
12
- to make with VC++,
-
 
13
 
-
 
14
	copy ..\R.dll and ..\..\..\Rblas.dll to this directory
-
 
15
	(cd ..; make R.exp)
-
 
16
	lib /def:..\R.exp /machine:ix86 /out:Rdll.lib
-
 
17
	cl /MT /Ox /I..\..\include /I.. rtest.c Rdll.lib
-
 
18
 
-
 
19
 
-
 
20
This provides an rterm-like test front end. The main loop is in the
12
This provides an rterm-like test front end. The main loop is in the
21
main program here: R_ReplDLLdo1() parses one line (up to ; or \n) and
13
main program here: R_ReplDLLdo1() parses one line (up to ; or \n) and
22
returns 1 if complete, 2 if incomplete as an R expression.
14
returns 1 if complete, 2 if incomplete as an R expression.
23
 
15
 
24
There is a callback available during evaluation, plotting and console
16
There is a callback available during evaluation, plotting and console