Rev 11606 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
These are the Header files for the ``R machine''There are 2 kinds:i) Those only used for R internally, e.g., Defn.h declarationsii) Those declaring things generally useful in the ``R API'',i.e., declaring code that can be used inR packages or user code which will be dyn.load()ed into R.The declarations from "ii)" will be moved to $(R_HOME)/include/and be available with, e.g., ``R COMPILE''.These are listed as "SRC_HEADERS" in ./Makefile.~~~~~~~~~~~-------------------------------------------------------------------NESTING Hierarchy-------------------------------------------------------------------i)Graphics.h-> Defn.h -> .......IOStuff.h-> Defn.h -> .......Print.h-> PrtUtil.h -> Complex.h-> Defn.h -> .......Defn.h-> config.h-> Rinternals.h -> .......-> Errormsg.hUtils.h-> Sort.h -> Complex.h-------------ii)Mathlib.h-> Rconfig.h-> Arith.h-> Error.h (_iff_ Mathlib in R)S.h-> Rconfig.h-> Error.h-> Memory.h-> Rdefines.hApplic.h-> Rconfig.hArith.hFortran.h-> Mathlib.h-> config.h-> Complex.hLinpack.h-> Rconfig.h-> Blas.hPrtUtil.h-> Complex.hError.hRinternals.h-> Arith.h-> Complex.h-> Error.h-> Memory.h-> PrtUtil.h-> Utils.hSort.h-> Complex.h