Re: [R] Error in Rd[[which]] : subscript out of bounds

2012-02-09 Thread Uwe Ligges
On 08.02.2012 22:10, Martin Morgan wrote: On 02/08/2012 12:13 PM, Ben Ganzfried wrote: Hi Uwe, Thanks for the help. R version 2.14.0 (2011-10-31). The file in question looks like this (w/ a few minor edits for privacy): There are two 'description' entries; the second might be combined with

Re: [R] Error in Rd[[which]] : subscript out of bounds

2012-02-08 Thread Martin Morgan
On 02/08/2012 12:13 PM, Ben Ganzfried wrote: Hi Uwe, Thanks for the help. R version 2.14.0 (2011-10-31). The file in question looks like this (w/ a few minor edits for privacy): There are two 'description' entries; the second might be combined with the existing 'details'. Martin \name{c

Re: [R] Error in Rd[[which]] : subscript out of bounds

2012-02-08 Thread Ben Ganzfried
Hi Uwe, Thanks for the help. R version 2.14.0 (2011-10-31). The file in question looks like this (w/ a few minor edits for privacy): \name{curatedData-package} \alias{curatedData-package} \alias{curatedData} \docType{package} \title{Cancer Gene Expression Analysis} \description{The curatedData

Re: [R] Error in Rd[[which]] : subscript out of bounds

2012-02-08 Thread Uwe Ligges
On 08.02.2012 18:44, Ben Ganzfried wrote: Hi-- I googled the above error and found previous postings about this error on the list. I was having a little difficulty implementing the advice though. The suggestions were to use: traceback() and checkRd(). I'm using R in the directory in which