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 me
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
/Hen
> 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.
>
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 packag
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 technicall
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