Hello!
There is a tiny typo in list.Rd.
Index: R/src/library/base/man/list.Rd
===
--- ../man/list.Rd (revision 38909)
+++ ../man/list.Rd (working copy)
@@ -59,7 +59,7 @@
inconsistent with functions such as \code{\link{as
Extracting prototype structure apparently relies on list properties of
the earlier S4 implementation.
Martin
> setClass("A", representation(x="numeric"))
[1] "A"
> str(getClass("A"))
Formal class 'classRepresentation' [package "methods"] with 11 slots
..@ slots :List of 1
.. ..$ x: atomic
On 8/3/2006 10:34 AM, <[EMAIL PROTECTED]> noted that,
starting with R-2.3.0, sort() fails to preserve date classes:
> dates <- seq(Sys.Date(), len=5, by="1 day")
> dates[order(dates)]
> [1] "2006-08-03" "2006-08-04" "2006-08-05" "2006-08-06" "2006-08-07"
> sort(dates)
> [1] 13363 13364 13365 13366
On Aug 16, 2006, at 4:25 PM, Simon Urbanek wrote:
> On Aug 15, 2006, at 3:21 PM, roger koenker wrote:
>
> Sorry this, is my fault:
>
>>
>> ld: warning can't open dynamic library: libR.dylib referenced
>> from: / Library/Frameworks/R.framework/Resources/lib/
>> libRlapack.dylib (checking for un
You are confusing 'length' wih the number of characters in an element.
At least the present documentation is not incorrect!
> length("")
[1] 1
I think we normally say a string is non-empty (some say non-blank, but
others including me think " " is blank).
On Wed, 16 Aug 2006, Gregor Gorjanc wrot
Prof Brian Ripley wrote:
> On Sun, 13 Aug 2006, Kjetil Brinchmann Halvorsen wrote:
>
>> Hola!
>>
>> The details section of help("[<-") contains in the Details section
>>
>> Subsetting (except by an empty index) will drop all attributes except
>> names, dim and dinmanes.
>>
>> I guess dinmanes mea