[Rd] bug in callNextMethod (PR#14185)

2010-01-13 Thread bernd_bischl
Hi, there seems to be a possible bug in callNextMethod in conjunction with the [-operator. Relevant info, minimal example and sessionInfo follow below: ### setClass("foo", representation = representation(a = "numeric")) setClass("bar", contains = "foo") setMethod(

[Rd] small bug in base::formatC (PR#13474)

2009-01-27 Thread bernd_bischl
Full_Name: Bernd Bischl Version: 2.8.1 OS: Windows XP Professional Submission from: (NULL) (129.217.207.95) Hi, there seems to be a small bug in formatC: formatC("foo", format="s", mode="charcacter") Error in formatC("foo", format = "s", mode = "charcacter") : 'mode' must be "double" ("real