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

2011-11-27 Thread Paul Bailey
I'm getting the following form R CMD CHECK mypackage --- * checking Rd files ... WARNING Error in Rd[[which]] : subscript out of bounds problem found in ‘myfunction.Rd’ - This is... not the most helpful error. I'd be happy to make a minimal .Rd example file if someone can point

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

2011-11-27 Thread Henrik Bengtsson
sessionInfo()? If not R v2.14.0, try with that version first. Then have a look checkRd() of the 'tools' package, cf. help(checkRd, package=tools). That function allows you to check your Rd file from within R so that you get more information/so that you can use traceback() etc. My $.02 /Henrik

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

2011-11-27 Thread Paul Bailey
sessionInfo()? If not R v2.14.0, try with that version first. Then have a look checkRd() of the 'tools' package, cf. help(checkRd, package=tools). That function allows you to check your Rd file from within R so that you get more information/so that you can use traceback() etc. Sorry,

Re: [Rd] How to deal with package conflicts

2011-11-27 Thread John Fox
Hi Michael, As promised, I've moved survival to Suggests in the development version of the car package on R-Forge. AFAICS, this doesn't cause any problems (and should solve your problem). I incidentally added Anova() and linearHypothesis() methods for svyglm objects, and placed the survey

[Rd] Holding back on source code

2011-11-27 Thread Sachinthaka Abeywardana
Hi All, A few years back when I was a CSIRO (an Australian research centre) intern I developed a BLAS package for R that uses the GPU. I believe that there is something similar right now, except it uses a few CuBLAS (Nvidia BLAS) routines, but doesnt replace them. My question is, is it

Re: [Rd] Holding back on source code

2011-11-27 Thread Prof Brian Ripley
On 27/11/2011 23:07, Sachinthaka Abeywardana wrote: Hi All, A few years back when I was a CSIRO (an Australian research centre) intern I developed a BLAS package for R that uses the GPU. I believe that there is something similar right now, except it uses a few CuBLAS (Nvidia BLAS) routines, but