The R Project SVN R

Rev

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

Rev 40086 Rev 50987
Line 1... Line 1...
1
 
1
 
2
R version 2.5.0 Under development (unstable) (2006-11-30 r40078)
2
R version 2.11.0 Under development (unstable) (2010-01-15 r50984)
3
Copyright (C) 2006 The R Foundation for Statistical Computing
3
Copyright (C) 2010 The R Foundation for Statistical Computing
4
ISBN 3-900051-07-0
4
ISBN 3-900051-07-0
5
 
5
 
6
R is free software and comes with ABSOLUTELY NO WARRANTY.
6
R is free software and comes with ABSOLUTELY NO WARRANTY.
7
You are welcome to redistribute it under certain conditions.
7
You are welcome to redistribute it under certain conditions.
8
Type 'license()' or 'licence()' for distribution details.
8
Type 'license()' or 'licence()' for distribution details.
Line 14... Line 14...
14
Type 'demo()' for some demos, 'help()' for on-line help, or
14
Type 'demo()' for some demos, 'help()' for on-line help, or
15
'help.start()' for an HTML browser interface to help.
15
'help.start()' for an HTML browser interface to help.
16
Type 'q()' to quit R.
16
Type 'q()' to quit R.
17
 
17
 
18
> #### Testing  UseMethod() and even more NextMethod()
18
> #### Testing  UseMethod() and even more NextMethod()
19
> ####
19
> #### -------------------- 
-
 
20
> #### i.e.,  S3 methods *only*. For S4, see  reg-S4.R
-
 
21
> ##                                          ~~~~~~~~
20
> 
22
> 
21
> ###-- Group methods
23
> ###-- Group methods
22
> 
24
> 
23
> ## previous versions used print() and hit an auto-printing bug.
25
> ## previous versions used print() and hit an auto-printing bug.
24
> 
26
>