Skip to content

[debug] package - Error in all.levs (PR#9638)

2 messages · Piotr.Zuraniewski at agh.edu.pl, Brian Ripley

#
Dear All,

I encountered the following problem:

fun1 <- function(x){
2*cos(x)
}
Error in all.levs[[j]] : subscript out of bounds
R version 2.5.0 (2007-04-23)
i386-pc-mingw32

locale:
LC_COLLATE=Polish_Poland.1250;LC_CTYPE=Polish_Poland.1250;
LC_MONETARY=Polish_Poland.1250;LC_NUMERIC=C;LC_TIME=Polish_Poland.1250

attached base packages:
[1] "tcltk"     "stats"     "graphics"  "grDevices" "utils"     "datasets"
"methods"   "base"

other attached packages:
   debug mvbutils waveslim  polynom
 "1.1.0"  "1.1.1"    "1.6"  "1.3-2"


OS: WinXPSP1

Regards

Piotrek Z
#
Finally, check carefully whether the bug is with R, or a contributed
   package.  Bug reports on contributed packages should be sent first to
   the package maintainer, and only submitted to the R-bugs repository by
   package maintainers, mentioning the package in the subject line.

'debug' is a contributed package, and does not name you as the maintainer.

Please do as we ask.
On Sun, 29 Apr 2007, Piotr.Zuraniewski at agh.edu.pl wrote: