RE: [Rd] RE: [R] ^ operation much slower in R 1.7.1 than in R 1.7.0???

2003-08-05 Thread Philippe Grosjean
n 5 to 10 times slower than the previous one. Sorry for my ignorance. Philippe Grosjean -Original Message- From: Prof Brian Ripley [mailto:[EMAIL PROTECTED] Sent: mardi 5 aout 2003 1:07 To: Philippe Grosjean Cc: [EMAIL PROTECTED] Subject: RE: [Rd] RE: [R] ^ operation much slower in R

[Rd] RE: [R] ^ operation much slower in R 1.7.1 than in R 1.7.0 ???

2003-08-05 Thread Philippe Grosjean
ause this. Since these changes are mainly corrections of bugs, the list is hopefully not so long... and it could help a lot to have these hints. Thanks very much. Best, Philippe Grosjean ...]<(({?<...<... ) ) ) ) ) ( ( (

RE: [Rd] RE: [R] ^ operation much slower in R 1.7.1 than in R 1.7.0 ???

2003-08-14 Thread Philippe Grosjean
ion of the CRAN version of R 1.7.1. We will wait Duncan Murdoch for some more explanation. I cannot place the custom rw1071.exe on my web site because it is too large (almost 22 Mb). For the moment, you should recompile from source by yourself to get top speed in R 1.7.1. Best, Ph

[Rd] Power (^) 10x slower in R since version 1.7.1... What next?

2003-11-12 Thread Philippe Grosjean
(one idea: make a fastmath package that would provide faster, but less error-proof ^, exp(), cos(), sin(),... functions). Unfortunately, I am not fluent enough in C and assembler to do it myself. Best, Philippe Grosjean ...]<(({°<...<°}))><...

RE: [Rd] Power (^) 10x slower in R since version 1.7.1... What next?

2003-11-18 Thread Philippe Grosjean
bably a starting point. Best, Philippe Grosjean > -----Original Message- > From: Philippe Grosjean [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 12, 2003 10:50 AM > To: [EMAIL PROTECTED] > Subject: [Rd] Power (^) 10x slower in R since version 1.7.1... What > next? &

RE: [Rd] Power (^) 10x slower in R since version 1.7.1... What next? [Windows platform]

2003-11-18 Thread Philippe Grosjean
ch a bad result. And I have not posted my own compiled R version online, because it is neither a good practice, nor a good solution... I am looking for a better solution. Best, Philippe Grosjean __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

RE: [Rd] Power (^) 10x slower in R since version 1.7.1... What next? [Windows platform]

2003-11-18 Thread Philippe Grosjean
bines lvq, lda and random forest of about 5,000 items / sec, which is, roughly, 3 to 4 minutes for 1,000,000 items plus the time to load the dataset, it is a little bit less than 9 minutes... but more than the double with that slow ^. Ok, what is 10 minutes in a lifetime ;-) On Tue, 18 Nov 2003,

RE: [Rd] Power (^) 10x slower in R since version 1.7.1... What next?[Windows platform]

2003-11-18 Thread Philippe Grosjean
n(exp(b*log(a))) which I use as a substitute for ^ to make sure performance does not drop too much under Windows with the current CRAN version of R in my application. Thanks, Philippe Grosjean __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

RE: [Rd] Power (^) 10x slower in R since version 1.7.1... What next?[Windows platform]

2003-11-27 Thread Philippe Grosjean
ich MinGW >will not want to use for licence reasons). It's very fast and seems >as accurate. It is very fast! Thank you. This solves my problem! By the way, will this patch be incorporated in the next official release of R

RE: [Rd] Script editor for Windows GUI

2004-02-25 Thread Philippe Grosjean
e dll version is best here). Of course, this is in case a Windows-specific version is desired for RGui. I use it intensively for SciViews, and also everywhere I need a code/text editor in my application. Best, Philippe Gro

RE: [Rd] Script editor for Windows GUI

2004-02-26 Thread Philippe Grosjean
s neat, efficient and feature-rich. Best, Philippe ...<°}))>< ) ) ) ) ) ( ( ( ( ( Prof. Philippe Grosjean \ ___ ) \/ECO\ ( Numerical Ecology of Aquatic Systems /\___/ ) Mons-Hainaut University, Pentagone / ___ /( 8, Av. du Champ de Mars, 7000 Mons, Belgium /NUM\/ ) \___/\ ( phone: + 32.

[Rd] SciViews package for a GUI layer in R?

2004-05-19 Thread Philippe Grosjean
extensions that are useful for GUIs: look at copy, export, view and report functions, for instance. A manual explain it in more details (ftp://ftp.umh.ac.be/pub/ftp_econum/Manual.pdf). Any comments? Best, Philippe Grosjean

RE: [Rd] Copyright issues question

2004-06-16 Thread Philippe Grosjean
siginificant impact in the future). This is potentially a serious breach in the GPL philosophy that allows, indirectly, to reuse features from a GPL program to supplement a commercial one. Philosophically speaking, I am against such a practice. However, this is, and should remain my own opinion... Now

RE: [Rd] Copyright issues question

2004-06-16 Thread Philippe Grosjean
uestions (which seems to be the case), is it OK to support such plugins or GUIs that possibly violate the GPL license, for instance, by distributing them, or by placing links to them in the R GUI Projects web site? Best, Philippe Grosjean __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

RE: [Rd] Copyright issues question

2004-06-17 Thread Philippe Grosjean
Thanks all for your answer, As the maintainer of the R GUI Projects web page I will continue to place a link to all software that do not obviously enfringes GPL, that is, RExcel, RxlCommander or JGR. Best, Philippe Grosjean __ [EMAIL PROTECTED

RE: [Rd] Copyright issues question

2004-06-21 Thread Philippe Grosjean
OK, thank you for those precisions on JGR license... For me, the more code will be GPL, the better! Have a nice day, Philippe -Original Message- From: Simon Urbanek [mailto:[EMAIL PROTECTED] Sent: Sunday, 20 June, 2004 04:03 To: Philippe Grosjean Cc: [EMAIL PROTECTED]@stat.math.ethz.ch

RE: [Rd] tkStartGUI fails under RW1091 (PR#7101)

2004-07-26 Thread Philippe Grosjean
n based on your tcltk package, supplemented with Tile and other supplemental widgets (I find the basic Tk widgets too limited to implement the GUI I want to build with them). Best, Philippe ...< ) ) ) ) ) ( ( ( ( ( Prof.

[Rd] Lazy loading - importance of NAMESPACE

2004-10-17 Thread Philippe Grosjean
ment, once attached to the search path)? If yes, what is the drawback in term of ressources and speed ('Imports' versus 'Depends', both in loading, and in use of such a package)? Best, Philippe Grosjean ......<°

RE: [Rd] Changing "..." inside a function: impossible? desirable?

2002-12-18 Thread Philippe Grosjean
2, col=col2, ...) # ... other treatment susceptible to have multiple matches options(allow.multiple.args.match = FALSE) } Best, Philippe ...]<(({?<...<... ( ( ( ( ( ) ) ) ) ) Philippe Grosjean ( ( ( ( ( ) ) ) ) ) IFREME

[Rd] rounding errors in max.col()

2003-01-02 Thread Philippe Grosjean
max.col(b) == 2 test2 <- apply(b, 1, max) == b[, 2] any(test1 != test2) # tests are now DIFFERENT! # Indeed, test2 is correct, and test1 suffers from wrong calculations due probably to rounding errors in max.col()

RE: [Rd] rounding errors in max.col()

2003-01-03 Thread Philippe Grosjean
e randomly selected in case of `ties'. But then, I reformulate the question: what are the criteria for deciding two values are `ties' in max.col? I know, the answer is certainly somewhere (at least in the code), however, if someone knows it, it would help save time. Thanks, Philippe Gr

RE: [Rd] Undocumented bahavior of as.integer() (PR#2430)

2003-01-08 Thread Philippe Grosjean
xample discussed on R-help a few days ago. Best, Philippe -Original Message- From: Martin Maechler [mailto:[EMAIL PROTECTED]] Sent: mercredi 8 janvier 2003 11:50 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [Rd] Undocumented bahavior of as.integer() (PR#2430) >>>>>

RE: [Rd] Undocumented bahavior of as.integer() (PR#2430)

2003-01-08 Thread Philippe Grosjean
OT what I expected >submat2 <- mat[round(ind)] # much better I suppose that such a complicated construction of "ind" had some meanings in the initial application. Again, I do not complain for a bug. There is no bug. I just suggest to mention this behavio

RE: [Rd] Re: [R] Who to decide what a generic function should look like?

2003-02-24 Thread Philippe Grosjean
e old system), but I am pretty happy with this implementation of generic functions in S-PLUS / R. Best, Philippe Grosjean ...]<(({?<...<... ) ) ) ) ) ( ( ( ( ( Dr. Philippe Grosjean ) ) ) ) ) ( ( ( ( ( LOV, UMR 7093 ) ) ) )

RE: [Rd] Lazy loading - importance of NAMESPACE

2004-10-17 Thread Philippe Grosjean
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Prof > Brian Ripley > Sent: Sunday, October 17, 2004 7:11 PM > To: Philippe Grosjean > Cc: [EMAIL PROTECTED] > Subject: Re: [Rd] Lazy loading - importance of NAMESPACE >

[Rd] Custom installer [was: Version names]

2004-11-29 Thread Philippe Grosjean
Philippe Grosjean ..<°}))>< ) ) ) ) ) ( ( ( ( (Prof. Philippe Grosjean ) ) ) ) ) ( ( ( ( (Numerical Ecology of Aquatic Systems ) ) ) ) ) Mons-Hainaut University, Pentagone ( ( ( ( (Academie Universitaire Wallonie-Bruxe

[Rd] Installing different files in R packages, depending on the platform

2005-04-29 Thread Philippe Grosjean
( Prof. Philippe Grosjean ) ) ) ) ) ( ( ( ( (Numerical Ecology of Aquatic Systems ) ) ) ) ) Mons-Hainaut University, Pentagone (3D08) ( ( ( ( (Academie Universitaire Wallonie-Bruxelles ) ) ) ) ) 8, av du Champ de Mars, 7000 Mons, Belgium ( ( ( ( ( ) ) ) ) ) phone: + 32.65.37.3

[Rd] Different package versions on CRAN?

2005-05-08 Thread Philippe Grosjean
( ( ( ( Prof. Philippe Grosjean ) ) ) ) ) ( ( ( ( (Numerical Ecology of Aquatic Systems ) ) ) ) ) Mons-Hainaut University, Pentagone (3D08) ( ( ( ( (Academie Universitaire Wallonie-Bruxelles ) ) ) ) ) 8, av du Champ de Mars, 7000 Mons, Belgium ( ( ( ( ( ) ) ) ) ) phone: + 32.6

[Rd] French translation of R

2005-05-10 Thread Philippe Grosjean
Hello all, I have just started a translation of R into French. Any help from the French-speaking part of the R community would be very appreciated (translation, or proof-reading)! Best, Philippe Grosjean ..<°}))>< ) ) ) ) ) ( ( ( (

Re: [Rd] Problem with limmaGUI (PR#7877)

2005-05-17 Thread Philippe Grosjean
ke it fully compatible with R 2.1.0. I would recommend to contact the package maintainer and ask for an update for version 2.1.0 of R. In the meantime, you should continue to use R 2.0.1 with limmaGUI, if you really need the GUI. Best, Philippe Gro

Re: [Rd] Internationalizing the Rcmdr package?

2005-05-21 Thread Philippe Grosjean
Philippe ..<°}))>< ) ) ) ) ) ( ( ( ( ( Prof. Philippe Grosjean ) ) ) ) ) ( ( ( ( (Numerical Ecology of Aquatic Systems ) ) ) ) ) Mons-Hainaut University, Pentagone (3D08) ( ( ( ( (Academie Universitaire Wallonie-Bruxelles ) ) ) ) ) 8, av du C

Re: [Rd] Windows/7706 (PR#7889)

2005-05-23 Thread Philippe Grosjean
s major2 minor1.0 year 2005 month04 day 18 language R So, similar config as yours???!!! Best, Philippe Grosjean __ R-devel@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Windows/7706 (PR#7889)

2005-05-23 Thread Philippe Grosjean
libpng. Looking at: http://www.murdoch-sutherland.com/Rtools/, you can read that R 2.1.0 was (probably?) compiled using libpng-1.2.5.tar.gz, i.e., the latest stable version. You could try libpng-1.2.6 to see if it solves your problem. Best, Philippe Grosjean Andy Bunn wrote: Is there a way to

[Rd] Question about .Rd syntax

2005-06-09 Thread Philippe Grosjean
, or something similar. Could someone tell me what that stupid error really is? Thanks. Philippe ......<°}))>< ) ) ) ) ) ( ( ( ( (Prof. Philippe Grosjean ) ) ) ) ) ( ( ( ( (Numerical Ecology of Aquatic Systems ) ) ) ) ) Mons-Hainaut Unive