The R Project SVN R

Rev

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

Rev 3475 Rev 4580
Line 6... Line 6...
6
 
6
 
7
    ii) Those declaring things generally useful in the ``R API'',
7
    ii) Those declaring things generally useful in the ``R API'',
8
	i.e., declaring code that can be used in
8
	i.e., declaring code that can be used in
9
	R packages or user code which will be  dyn.load()ed into R.
9
	R packages or user code which will be  dyn.load()ed into R.
10
 
10
 
11
	The declarations from "ii)" will be moved to  $(RHOME)/include/
11
	The declarations from "ii)" will be moved to  $(R_HOME)/include/
12
	and be available with, e.g., ``R COMPILE''.
12
	and be available with, e.g., ``R COMPILE''.
13
	These are listed as "SRC_HEADERS" in ./Makefile.
13
	These are listed as "SRC_HEADERS" in ./Makefile.
14
			     ~~~~~~~~~~~
14
			     ~~~~~~~~~~~
15
 
15
 
16
 
16