Re: [Rd] sourcing dput output

2006-10-25 Thread Peter Dalgaard
"Gabor Grothendieck" <[EMAIL PROTECTED]> writes: > Thanks. > > However, that still leaves these questions: > > 1. I assume the changes to the internal representation of rownames is > behind this but should not dput continue to work exactly the same as > it used to work??? I would think that the

Re: [Rd] sourcing dput output

2006-10-25 Thread Gabor Grothendieck
Thanks. However, that still leaves these questions: 1. I assume the changes to the internal representation of rownames is behind this but should not dput continue to work exactly the same as it used to work??? I would think that the internal representation aspect would be just that -- internal a

Re: [Rd] sourcing dput output

2006-10-25 Thread Peter Dalgaard
"Gabor Grothendieck" <[EMAIL PROTECTED]> writes: > Is this not supposed to work? > > > dput(BOD, file = "/BOD.R") > > source("/BOD.R") > Error in attributes(.Data) <- c(attributes(.Data), attrib) : > row names must be 'character' or 'integer', not 'double' > > > dput(iris, file = "/iris.