[Rd] rbind.data.frame converts character column to factor (PR#9917)

2007-09-21 Thread sebastien . villemot
Full_Name: Sébastien Villemot Version: 2.5.1 OS: Debian GNU/Linux (Testing aka "Lenny") Submission from: (NULL) (193.51.127.120) Here is the transcript of a R session under version 2.5.1: > x <- data.frame(a = I(character(0))) > typeof(x$a) [1] "character" > x <- rbind(x, list(a = "foo")) > type

[Rd] Variables ordering problem in mle() (PR#9313)

2006-10-24 Thread sebastien . villemot
Full_Name: Sébastien Villemot Version: 2.4.0 OS: Debian testing Submission from: (NULL) (62.212.121.128) Hi, In the mle() function of the stats4 package, there is a bug in the ordering of the variables given in the 'start' argument. By just changing the order of the variables listed in the 'sta