Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

722 results for “from:Philippe GROSJEAN”

Copyright issues question
Philippe GROSJEAN · Jun 17, 2004 · r-devel

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

How about a mascot for R?
Philippe GROSJEAN · Dec 3, 2004 · r-help

I'd vote for the inchworm because what is more representative to stat? The Gauss curve, of course! What looks like a Gauss curve? The inchworm: http://www.floridanature.org/photos/Geometridae,_Tallahassee,_20011230.jpg http://www.daniellesplace.com/Images2...

R is a virus, spyware or malware (gasp!)
Philippe GROSJEAN · May 18, 2008 · r-help

After a search session in Google, I found this page: http://www.prevx.com/filenames/X1993788672854780728-0/RGUI.EXE.html which classifies Rgui.exe (clearly stated as "R for Windows GUI front-end") in a database of virus, spyware and...

Wiki down?
Philippe GROSJEAN · Jul 3, 2009 · r-help

Yes, it is known. It is a major power supply fealure during all night... and UPS were exhausted. The site is now back again. Sorry for the inconvenience. Best, Philippe Grosjean Mario Valle wrote: >>From yesterday I cannot connect anymore...

Execute expr with a timeout?
Philippe GROSJEAN · Jun 16, 2008 · r-devel

Hello, Does someone know how to execute an expression in R, limiting the time to evaluate it and raising an exception if it takes too long to run? Something like: > with.timeout(expr, timeout = 10) which stops the evaluation of...

Typo in the man page of ?cutree (PR#14223)
Philippe GROSJEAN · Feb 24, 2010 · r-devel

In the examples section of ?cutree (stats package): hc <- hclust(dist(USArrests)) cutree(hc, k=1:5)#k = 1 is trivial cutree(hc, h=250) ## Compare the 2 and 3 grouping: <<= SHOULD READ AS: "2 and 4 grouping" g24 <- cutree...

options("quit.with.no.save"), and Windows installer changes
Philippe GROSJEAN · Jul 5, 2006 · r-devel

Uwe Ligges wrote: [...] > > > Yes, that is exactly what Duncan already did! > > From CHANGES: > > "The installer can set defaults for MDI/SDI display, help style, and > default action on q(). Custom builds of R can change these defaults." > > Uwe Ligges Oh...

R.app stange behavior?
Philippe GROSJEAN · Dec 29, 2007 · r-sig-mac

Simon Urbanek wrote: > > [...] > For command-line R use the proper one: > LANG=fr_FR.UTF-8 R > and that work just fine for me (you can use non-UTF-8, but make sure you > have the right terminal then). > > Cheers...

Typo in ?options for warning.length (PR#10536)
Philippe GROSJEAN · Dec 29, 2007 · r-devel

In ?options, one reads warnings.length, but it should be warning.length. Version: platform = i386-apple-darwin8.10.1 arch = i386 os = darwin8.10.1 system = i386, darwin8.10.1 status = major = 2 minor = 6.1 year = 2007 month = 11...

Announce: pmg -- menu driven GUI using RGtk
Philippe GROSJEAN · Jan 20, 2003 · r-help

Hello, I have added a link to it from http://www.r-project.org/GUI. Thanks. Best regards, Philippe ...........]<(({?<...............<?}))><............................... ) ) ) ) ) ( ( ( ( ( Dr. Philippe Grosjean ) ) ) ) ) ( ( ( ( ( LOV, UMR 7093 ) ) ) ) ) Station Zoologique ( ( ( ( ( Observatoire Oc?anologique ) ) ) ) ) BP 28 ( ( ( ( ( 06234 Villefranche sur mer cedex ) ) ) ) ) France ( ( ( ( ( ) ) ) ) ) tel: +33...

Lyapunov exponent?
Philippe GROSJEAN · Apr 22, 2004 · r-help

Hello, Does anybody know if there is somewhere in R a function to calculate the Lyapunov exponent in a time series? Thanks, Philippe Grosjean .......................................................<??}))><.... ) ) ) ) ) ( ( ( ( ( Prof. Philippe Grosjean \ ___ ) \/ECO\ ( Numerical Ecology of Aquatic Systems /\___/ ) Mons-Hainaut University, Pentagone / ___ /( 8, Av. du...

Three most useful R package
Philippe GROSJEAN · Mar 3, 2010 · r-help

On 03/03/10 09:26, Karl Ove Hufthammer wrote: > On Tue, 2 Mar 2010 15:13:54 -0500 Ralf B<ralf.bierig at gmail.com> wrote: >> 1) What are your 3 most useful R package? and > > plyr > ggplot2 > lattice...

[R-gui] RE: [R] The hidden costs of GPL software?
Philippe GROSJEAN · Nov 18, 2004 · r-help

John W. Eaton wrote: > On 17-Nov-2004, Philippe Grosjean <phgrosjean at sciviews.org> wrote: > > | - There is no possibility to make a commercial GUI for R (thanks to > | the GPL), > > This is false. Please don't confuse "commercial" (Red Hat...

How to detect if R is running on Mac OS X?
Philippe GROSJEAN · Jan 14, 2007 · r-help

This question is probably trivial, but I don't find the answer. I have code that is different for Windows, Unix/Linux and Mac OSX. The man page of .Platform tells that .Platform$OS.type is the right way to...

Graph in vector format to OpenOffice
Philippe GROSJEAN · Oct 5, 2008 · r-help

Hello, I know this topic has been discussed already several times. Is it a workable solution that emerged? I would like to place R graph in vector format in an OpenOffice Writer document (solution working in Linux AND Mac OS...

R Wiki down on 27 September
Philippe GROSJEAN · Sep 25, 2007 · r-help

Hi all, Following the major electricity problem we got at the University during the summer (the R Wiki was down for several days), there is a need for shutting off electricity on the whole campus for a full day to...

Return Value of TCl/Tk window in R
Philippe GROSJEAN · Dec 28, 2007 · r-help

> res <- tkmessageBox(title = "test",message = "Continue?", + icon ="question", type = "okcancel") > if (tclvalue(res) == "ok") 1 else 2 Happy new year! Philippe Grosjean Richard M?ller wrote: > Hello, > I have the TCl/Tk command > "tkmessageBox(titel="",message="x",icon="question",type...

convert list of lists to simple list
Philippe GROSJEAN · Oct 10, 2013 · r-help

On 10 Oct 2013, at 13:17, ivan <i.petzev at gmail.com> wrote: > test <- foreach(i = 1:3) %:% > foreach (j = 1:3) %do% { > paste(i,j,sep=",") > } Not easily reproducible, unless you write #install.packages("foreach") require(foreach) in...

problem with simple if() statement
Philippe GROSJEAN · Feb 6, 2006 · r-help

Norman Goodacre wrote: > the following code apprantely, for some grand old reason, induces a syntax error: > > if (seq[i] = "A") m <- trans[1,] > > where seq is a vector and trans is a matrix. I cannot for the life of me...

download.file() online help
Philippe GROSJEAN · Dec 4, 2005 · r-devel

Hello, Online help of download.file() refers to CRAN.packages() (in R 2.2.0) which is deprecated in favor of available.packages(). May be should it be better updated? Best, Philippe Grosjean -- ..............................................<?}))><........ ) ) ) ) ) ( ( ( ( ( Prof. Philippe Grosjean ) ) ) ) ) ( ( ( ( ( Numerical Ecology of Aquatic...

Can't find what you're looking for? Try searching with Google .