Re: [Rd] unix.time() scoping problem (PR#11169)

2008-06-19 Thread Luke Tierney
This is now fixed in R-devel (r 45953). luke On Mon, 14 Apr 2008, [EMAIL PROTECTED] wrote: Full_Name: Bill Dunlap Version: 2.8.0 Under development (unstable) svn 45325 OS: Linux Submission from: (NULL) (76.28.245.14) It is difficult to write wrapper functions for unix.time(expr) because it u

[Rd] unix.time() scoping problem (PR#11169)

2008-04-14 Thread bill
Full_Name: Bill Dunlap Version: 2.8.0 Under development (unstable) svn 45325 OS: Linux Submission from: (NULL) (76.28.245.14) It is difficult to write wrapper functions for unix.time(expr) because it uses the idiom expr <- substitute(expr) eval(expr, envir=sys.parent()) to evaluate the in