[R] Help w/ custom pkg: ERROR: installing package indices failed

2004-09-17 Thread Seth Falcon
I'm using R 1.9.1 on Linux and am having trouble installing a package that I've written. Would very much appreciate a hint as to where to look to find my mistake. I can build the package, but when I try to install it, I get an error like: Error in FUN(X[[as.integer(1)]], ...) : subscript out

Re: [R] Help w/ custom pkg: ERROR: installing package indices failed

2004-09-17 Thread Seth Falcon
Turns out adding an \alias{} line to the problem Rd file fixed the issue. I'm somewhat surprised that a missing \alias line leads to error in FUN(X[[as.interger(1)]], ...) message. Perhaps there was something else going on (my Rd file is admittedly a bit sloppy)... + seth