The R Project SVN R

Rev

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

Rev 15429 Rev 15675
Line 1... Line 1...
1
R FAQ
1
R FAQ
2
Frequently Asked Questions on R
2
Frequently Asked Questions on R
3
Version 1.3-18, 2001-08-11
3
Version 1.3-19, 2001-08-23
4
Kurt Hornik
4
Kurt Hornik
5
 
5
 
6
 
6
 
7
Table of Contents
7
Table of Contents
8
*****************
8
*****************
Line 212... Line 212...
212
 
212
 
213
   R is being developed for the Unix, Windows and Mac families of operating
213
   R is being developed for the Unix, Windows and Mac families of operating
214
systems.
214
systems.
215
 
215
 
216
   The current version of R will configure and build under a number of
216
   The current version of R will configure and build under a number of
217
common Unix platforms including i386-freebsd, i386-linux, i386-sun-solaris,
217
common Unix platforms including i386-freebsd, i386-linux-gnu,
-
 
218
i386-sun-solaris, powerpc-linux-gnu, powerpc-apple-darwin, mips-sgi-irix,
218
ppc-linux, mips-sgi-irix, alpha-linux, alpha-dec-osf4, rs6000-ibm-aix,
219
alpha-linux-gnu, alpha-dec-osf4, rs6000-ibm-aix, hppa-hp-hpux,
219
hppa-hp-hpux, sparc-linux, and sparc-sun-solaris.
220
sparc-linux-gnu, and sparc-sun-solaris.
220
 
221
 
221
   If you know about other platforms, please drop us a note.
222
   If you know about other platforms, please drop us a note.
222
 
223
 
223
2.3 What is the current version of R?
224
2.3 What is the current version of R?
224
=====================================
225
=====================================
Line 1667... Line 1668...
1667
 
1668
 
1668
*RSPython*
1669
*RSPython*
1669
     Allows Python programs to invoke S functions, methods, etc., and S code
1670
     Allows Python programs to invoke S functions, methods, etc., and S code
1670
     to call Python functionality.
1671
     to call Python functionality.
1671
 
1672
 
-
 
1673
*SASXML*
-
 
1674
     Example for reading XML files in SAS 8.2 manner.
-
 
1675
 
1672
*SJava*
1676
*SJava*
1673
     An interface from R to Java to create and call Java objects and
1677
     An interface from R to Java to create and call Java objects and
1674
     methods.
1678
     methods.
1675
 
1679
 
1676
*SLanguage*
1680
*SLanguage*
Line 1688... Line 1692...
1688
     Parses C source code, allowing one to analyze and automatically
1692
     Parses C source code, allowing one to analyze and automatically
1689
     generate interfaces from S to that code, including the table of
1693
     generate interfaces from S to that code, including the table of
1690
     S-accessible native symbols, parameter count and type information, S
1694
     S-accessible native symbols, parameter count and type information, S
1691
     constructors from C objects, call graphs, etc.
1695
     constructors from C objects, call graphs, etc.
1692
 
1696
 
-
 
1697
*Sxslt*
-
 
1698
     An extension module for libxslt, the XML-XSL document translator, that
-
 
1699
     allows XSL functions to be implemented via R functions.
-
 
1700
 
1693
   Jim Lindsey <jlindsey@luc.ac.be> has written a collection of R packages
1701
   Jim Lindsey <jlindsey@luc.ac.be> has written a collection of R packages
1694
for nonlinear regression and repeated measurements, consisting of *event*
1702
for nonlinear regression and repeated measurements, consisting of *event*
1695
(event history procedures and models), *gnlm* (generalized nonlinear
1703
(event history procedures and models), *gnlm* (generalized nonlinear
1696
regression models), *growth* (multivariate normal and
1704
regression models), *growth* (multivariate normal and
1697
elliptically-contoured repeated measurements models), *repeated*
1705
elliptically-contoured repeated measurements models), *repeated*