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. >

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 /Hen

[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 me