Displaying 1 result from an estimated 1 matches for "r44481".
Did you mean:
44481
2008 Feb 15
0
R crashes with debug()
..._ConsoleIob is not
initialized until run_Rmainloop().
Tested in R-2-6-branch and trunk on Linux.
Crash it like this from a shell command line:
$ cat >> ~/.Rprofile <<EOF
foo <- function() x<-1
debug(foo)
foo()
EOF
$ $R
R version 2.7.0 Under development (unstable) (2008-02-15 r44481)
Copyright (C) 2008 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language su...