[Rd] unexpected error steming from print.data.frame

2009-10-12 Thread Fellows, Ian
Hello All, At the suggestion of commenters on a discussion at stack overflow ( http://stackoverflow.com/questions/1535021/whats-the-biggest-r-gotcha-youve-run-across/1535433#1535433 ), I'm forwarding the following behavior report to this list. R Session: > a<-data.frame(c(1,2,3,4),c(4,3,2,1))

Re: [Rd] weigths in nls (PR#13991)

2009-10-12 Thread Kjetil Halvorsen
see below. On Fri, Oct 9, 2009 at 1:35 PM, Tony Plate wrote: > This is expected behavior from the way nls() is written.  The nls() function > has a "..." argument, which means that additional arguments are allowed. > > Under "Arguments" the docs say: > |...|   Additional optional arguments. None

Re: [Rd] unexpected behaviour of isSymmetric() (PR#14000)

2009-10-12 Thread Douglas Bates
On Mon, Oct 12, 2009 at 6:41 AM, Romain Francois wrote: > On 10/12/2009 02:05 AM, m...@stat.ubc.ca wrote: >> >> Full_Name: Mike Danilov >> Version: 2.9.0 >> OS: Fedora Core 9 >> Submission from: (NULL) (142.103.121.198) >> >> >> When checking for the symmetry of a matrix, function isSymmetric.matr

Re: [Rd] unexpected behaviour of isSymmetric() (PR#14000)

2009-10-12 Thread Romain Francois
On 10/12/2009 02:05 AM, m...@stat.ubc.ca wrote: Full_Name: Mike Danilov Version: 2.9.0 OS: Fedora Core 9 Submission from: (NULL) (142.103.121.198) When checking for the symmetry of a matrix, function isSymmetric.matrix() gets confused by the discrepancy of colnames/rownames if its argument. Se

[Rd] package manual without index? check breaks with - LaTeX errors when creating PDF version.

2009-10-12 Thread Robert King
Hello, What am I doing wrong about creating an index for my package documentation? Using 2.9.2, I am checking the gld package. It reports the following (all earlier lines OK): * checking PDF version of manual ... WARNING LaTeX errors when creating PDF version. This typically indicates Rd probl

[Rd] unexpected behaviour of isSymmetric() (PR#14000)

2009-10-12 Thread mike
Full_Name: Mike Danilov Version: 2.9.0 OS: Fedora Core 9 Submission from: (NULL) (142.103.121.198) When checking for the symmetry of a matrix, function isSymmetric.matrix() gets confused by the discrepancy of colnames/rownames if its argument. See the code snippet below. Perhaps it's a problem of