[Rd] No traceback in r-patched

Luke Tierney luke at stat.uiowa.edu
Tue Nov 11 12:44:24 MET 2003


Should be fixed in R-patched and R-devel.

Best,

luke

On Mon, 10 Nov 2003, Luke Tierney wrote:

> Thanks.  Seems this slipped in while fixing another issue (surprising
> it wasn't noticed until now).  Should be fixed in a day or two.
> 
> Best,
> 
> luke
> 
> On Sat, 8 Nov 2003, Roger D. Peng wrote:
> 
> > Since it's heading towards release, I thought I'd bring this up again. 
> > I'm still not getting any traceback()'s in recent R-patched.  For 
> > example, I get:
> > 
> >  > log("a")
> > Error in log(x) : Non-numeric argument to mathematical function
> >  > traceback()
> > No traceback available
> > 
> > Or when running the examples in the traceback() help page:
> > 
> >  >      foo <- function(x) { print(1); bar(2) }
> >  >      bar <- function(x) { x + a.variable.which.does.not.exist }
> >  >      ## Don't run:
> >  >      foo(2) # gives a strange error
> > [1] 1
> > Error in bar(2) : Object "a.variable.which.does.not.exist" not found
> >  >      traceback()
> > No traceback available
> > 
> > It seems the .Traceback variable is not being created.  If I'm doing 
> > something incorrectly, I'd very much like to know.  I'm starting up with 
> > R --vanilla.
> > 
> >  > version
> >           _
> > platform i686-pc-linux-gnu
> > arch     i686
> > os       linux-gnu
> > system   i686, linux-gnu
> > status   alpha
> > major    1
> > minor    8.1
> > year     2003
> > month    11
> > day      07
> > language R
> >  > search()
> > [1] ".GlobalEnv"      "package:methods" "package:ctest"   "package:mva"
> > [5] "package:modreg"  "package:nls"     "package:ts"      "Autoloads"
> > [9] "package:base"
> >  >
> > 
> > 
> > -roger
> > 
> > ______________________________________________
> > R-devel at stat.math.ethz.ch mailing list
> > https://www.stat.math.ethz.ch/mailman/listinfo/r-devel
> > 
> 
> 

-- 
Luke Tierney
University of Iowa                  Phone:             319-335-3386
Department of Statistics and        Fax:               319-335-3017
   Actuarial Science
241 Schaeffer Hall                  email:      luke at stat.uiowa.edu
Iowa City, IA 52242                 WWW:  http://www.stat.uiowa.edu



More information about the R-devel mailing list