[Rd] installed.packages and package info cache buglet (PR#13592)

2009-03-12 Thread Mark . Bravington
in 'lib.loc', not against the one being checked. [Normally= the multiple test in '>' would flag a warning from 'if', but the &&s mean = that only the first element is used.] I can't provide a reproducible example for this, because it's so installa

[Rd] regexp with [:upper:] (PR#11032)

2008-03-24 Thread mark . bravington
Full_Name: Mark Bravington Version: 2.6.2 patched OS: Windows XP Pro Submission from: (NULL) (140.79.22.104) > grep( '[:upper:]', letters, val=T) # shurely shouldn't match anything ?? [1] "e" "p" "r" "u" The converse ( '[:lo

[Rd] rbind with auto-row-named data.frame + list (PR#9346)

2006-11-06 Thread Mark . Bravington
There's a problem new to R2.4.0 when rbinding an auto-row-named data.frame to a list: > rbind( data.frame( x=1), list( x=2)) Error in attr(value, "row.names") <- rlabs : row names must be 'character' or 'integer', not 'double' Works

[Rd] load, environment[[, and attr<-/attributes<- (PR#8457)

2006-01-02 Thread mark . bravington
Full_Name: Mark Bravington Version: 2.2.1 OS: Windows XP Submission from: (NULL) (203.132.243.69) # [EMAIL PROTECTED] There is a bug to do with 'load', environment access via '[[', and 'attr<-' or 'attributes<-'. Modifying the attributes of