Skip to content

Commit

Permalink
Updated.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@11802 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
hornik committed Dec 12, 2000
1 parent 26fd1e1 commit 5fb4456
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 41 deletions.
26 changes: 14 additions & 12 deletions FAQ
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
R FAQ
Frequently Asked Questions on R
Version 1.1-35, 2000-12-10
Version 1.1-36, 2000-12-11
Kurt Hornik


Expand Down Expand Up @@ -443,7 +443,14 @@ data. More information can be found at
`http://www.stat.Berkeley.EDU/users/statlabs/'.

Last, but not least, Ross' and Robert's experience in designing and
implementing R is described in:
implementing R is described in Ihaka & Gentleman (1996), "R: A Language for
Data Analysis and Graphics", _Journal of Computational and Graphical
Statistics_, *5*, 299-314. *Note Citing R::.

2.8 Citing R
============

To cite R in publications, use

@article{,
author = {Ross Ihaka and Robert Gentleman},
Expand All @@ -455,13 +462,6 @@ implementing R is described in:
pages = {299--314}
}

2.8 Citing R
============

To cite R in publications, use the above Ihaka & Gentleman (1996), "R: A
Language for Data Analysis and Graphics", _Journal of Computational and
Graphical Statistics_, *5*, 299-314.

2.9 What mailing lists exist for R?
===================================

Expand Down Expand Up @@ -1330,9 +1330,6 @@ works, was published in the Journal of Statistical Software
*splancs*
Spatial and space-time point pattern analysis functions.

*stataread*
Read and write Stata v5 and v6 `.dta' files.

*survival5*
Functions for survival analysis, version 5 (suggests *date*), the main
new feature being penalized (partial) likelihood.
Expand Down Expand Up @@ -1436,6 +1433,11 @@ Currently, there are
An interface from R to Java to create and call Java objects and
methods.

*RSMethods*
An implementation of S version 4 methods and classes for R, consistent
with the basic material in "Programming with data" by John M.
Chambers, 1998, Springer NY.

*RSPerl*
An interface from R to an embedded, persistent Perl interpreter,
allowing one to call arbitrary Perl subroutines, classes and methods.
Expand Down
37 changes: 20 additions & 17 deletions doc/html/faq.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 17 additions & 12 deletions doc/manual/R-FAQ.texi
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@settitle R FAQ
@setchapternewpage on
@set FAQ-YEAR 2000
@set FAQ-VERSION 1.1-35, 2000-12-10
@set FAQ-VERSION 1.1-36, 2000-12-11
@set REL-VERSION 1.2.0
@set DEV-VERSION 1.3.0
@c %**end of header
Expand Down Expand Up @@ -562,7 +562,16 @@ the data. More information can be found at
@uref{http://www.stat.Berkeley.EDU/users/statlabs/}.

Last, but not least, Ross' and Robert's experience in designing and
implementing R is described in:
implementing R is described in Ihaka & Gentleman (1996), ``R: A Language
for Data Analysis and Graphics'',
@uref{http://www.amstat.org/publications/jcgs/, , @emph{Journal of
Computational and Graphical Statistics}}, @strong{5}, 299--314.
@xref{Citing R}.

@node Citing R, What mailing lists exist for R?, What documentation exists for R?, R Basics
@section Citing R

To cite R in publications, use

@smallexample
@group
Expand All @@ -578,14 +587,6 @@ implementing R is described in:
@end group
@end smallexample

@node Citing R, What mailing lists exist for R?, What documentation exists for R?, R Basics
@section Citing R

To cite R in publications, use the above Ihaka & Gentleman (1996), ``R:
A Language for Data Analysis and Graphics'',
@uref{http://www.amstat.org/publications/jcgs/, , @emph{Journal of
Computational and Graphical Statistics}}, @strong{5}, 299--314.

@node What mailing lists exist for R?, What is CRAN?, Citing R, R Basics
@section What mailing lists exist for R?

Expand Down Expand Up @@ -1575,8 +1576,8 @@ Spatial and space-time point pattern analysis functions.
@c Density, distribution, quantile and hazard functions of a stable
@c variate; generalized linear models for the parameters of a stable
@c distribution.
@item stataread
Read and write Stata v5 and v6 @file{.dta} files.
@c @item stataread
@c Read and write Stata v5 and v6 @file{.dta} files.
@c @item survival4
@c Functions for survival analysis, version 4 (requires @strong{splines}).
@item survival5
Expand Down Expand Up @@ -1663,6 +1664,10 @@ Computing}. Currently, there are
@item Java
An interface from R to Java to create and call Java objects and
methods.
@item RSMethods
An implementation of S version 4 methods and classes for R, consistent
with the basic material in ``Programming with data'' by John
M. Chambers, 1998, Springer NY.
@item RSPerl
An interface from R to an embedded, persistent Perl interpreter,
allowing one to call arbitrary Perl subroutines, classes and methods.
Expand Down

0 comments on commit 5fb4456

Please sign in to comment.