[Rd] sys.on.exit not working (PR#7665)

2005-02-06 Thread mark . bravington
Full_Name: Mark Bravington Version: 2.0.1 OS: Windows XP Submission from: (NULL) (140.79.22.104) 'sys.on.exit()' doesn't seem to be working, since R1.7.1 at least: soe.test <- function() { on.exit( cat( 'In exit code\n')) str( sys.on.exit()) # should display "language..." I think 12 } (

[Rd] Re: [R] Internationalization and localization of R

2005-02-06 Thread Prof Brian Ripley
On Sun, 6 Feb 2005, Fernando Henrique Ferraz P. da Rosa wrote: Prof Brian Ripley writes: - People might like to start organizing translation teams for their own languages, and early experience from such a team would be helpful in polishing the instructions and mechanisms. There is a document f

[Rd] Re: [R] Internationalization and localization of R

2005-02-06 Thread Fernando Henrique Ferraz P. da Rosa
Prof Brian Ripley writes: > - People might like to start organizing translation teams for their own > languages, and early experience from such a team would be helpful in > polishing the instructions and mechanisms. There is a document for > translators at > > http://developer.r-project.o

Re: [Rd] modules with libtool and -dlpreopen

2005-02-06 Thread Kurt Hornik
> Marcus G Daniels writes: > Prof Brian Ripley wrote: >> Some of them use Fortran, please note, and libtool is none too good at >> that. > I didn't have an (obvious) problem with that. I did notice that > DYLIB_* variables in Makeconf.in didn't have USE_LIBTOOL_TRUE/FALSE > conditionalizati