Displaying 2 results from an estimated 2 matches for "tp3019781p3019781".
2010 Oct 29
2
how to debug (mtrace) a function defined inside a function?
...build<-function(){
data<<-1
}
m<-list()
m$build<-build
m
}
How do I mtrace build function defined inside mymodel function so that i can
step into build?
--
View this message in context: http://r.789695.n4.nabble.com/how-to-debug-mtrace-a-function-defined-inside-a-function-tp3019781p3019781.html
Sent from the R help mailing list archive at Nabble.com.
2010 Oct 31
1
R-help Digest, Vol 92, Issue 31
...(0)
build<-function(){
data<<-1
}
m<-list()
m$build<-build
m
}
How do I mtrace build function defined inside mymodel function so that i can
step into build?
--
View this message in context:
http://r.789695.n4.nabble.com/how-to-debug-mtrace-a-function-defined-inside-a-function-tp3019781p3019781.html
Sent from the R help mailing list archive at Nabble.com.
------------------------------
Message: 66
Date: Fri, 29 Oct 2010 17:47:57 -0400
From: Dimitri Liakhovitski <dimitri.liakhovitski@gmail.com>
To: Berwin A Turlach <berwin@maths.uwa.edu.au>
Cc: r-help <r-help@r-project....