The R Project SVN R

Rev

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

Rev 4562 Rev 6548
Line 1... Line 1...
1
                         R2K Statement
1
                         R2K Statement
2
 
2
 
3
We expect R to be Y2K compliant when compiled and run on a Y2K compliant
3
We expect R to be Y2K compliant when compiled and run on a Y2K compliant
4
system. In particular R does not internally represent or manipulate dates
4
system. In particular R does not internally represent or manipulate dates
5
as two-digit quantities. However, no guarantee of Y2K compliance is
5
as two-digit quantities. However, no guarantee of Y2K compliance is
6
provided for R. R is free software and comes with NO WARRANTY WHATSOVER.  
6
provided for R. R is free software and comes with NO WARRANTY WHATSOEVER.  
7
 
7
 
8
R, like any other programming language, can be used to write programs
8
R, like any other programming language, can be used to write programs
9
and manipulate data in ways that are not Y2K compliant.
9
and manipulate data in ways that are not Y2K compliant.
10
 
10
 
11
 
11