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.

1,863 results for “from:Romain Francois”

Firefox extension fo "R Site Search"
Romain Francois · Aug 30, 2006 · r-help

Robert Mcfadden a ?crit : > May be it's not a bug, but I tried to search for the package rpanel and I > was not find. At the r-project's site that package is available. > How to explain it? > Rob...

to connect R from ejb
Romain Francois · Oct 19, 2009 · r-devel

On 10/19/2009 10:57 AM, pragathichi wrote: > How to call R from ejb, can i use Rserve? yes -- Romain Francois Professional R Enthusiast +33(0) 6 28 91 30 30 http://romainfrancois.blog.free.fr |- http://tr.im...

internal string comparison (Scollate)
Romain Francois · Mar 26, 2014 · r-devel

Hello, I?d like to compare two strings internally the way R would, so I need Scollate which is not part of the authorized R api. So: - Can Scollate (and perhaps Seql) be promoted to api ? - If not what are...

How to know in which package is a function
Romain Francois · Apr 23, 2005 · r-help

Hello list, I'd like to know if there is a function that tells in which package is a given function. Something like : which.package("lda") [1] "MASS" Thank you. Romain -- ~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~ ~~~~~~ Romain FRANCOIS - http://addictedtor.free.fr ~~~~~~ ~~~~ Etudiant ISUP - CS3...

AR-ARCH specification and forecast
Romain Francois · Mar 14, 2005 · r-help

Hello list, I use the packages tseries and fSeries to perform a time series analysis. I have a model with an AR specification for the mean and an ARCH(1) specification for the variance. I just wonder if there is...

[Rcpp-devel] RObject.asFoo
Romain Francois · Feb 6, 2010 · rcpp-devel

Hello, Now with as<Foo>, we don't need anymore the Rcpp::asFoo() methods. I'd like to remove them from the api. Any objections ? Romain -- Romain Francois Professional R Enthusiast +33(0) 6 28 91 30 30 http://romainfrancois...

Sourcecode documentation
Romain Francois · Apr 17, 2009 · r-help

_ wrote: > Hi all, > I am searching for a tool or a package that can generate a > documentation file e.g. html, txt from > defined commands like params, function etc - a tool like javadoc but > featuring R. > NaturalDocs support R but...

kcachegrind and R
Romain Francois · Apr 11, 2006 · r-devel

Hi, Is there a way to use kcachegrind on R code ? I mean the R function written in R (not the C, etc ... functions). Has someone tried to generate "Callgrind profile format" from ouputs of Rprof ? Romain -- visit the R...

progress bar
Romain Francois · Jun 30, 2009 · r-devel

Hello, Would it be useful to rework txtProgressBar so that front-end can pick it up and propose an alternative display. This could be done for example as a callback, as an option (similar to "pager" for example), or maybe...

[R-gui] Seeking comments/testers for a new GUI
Romain Francois · Jun 17, 2009 · r-sig-gui

Ian Fellows wrote: >> Ah ok. I assumed the new menu would be added to the existing console >> window. >> > > Looking at your screen shot, you have the menus in the console... The 'Data' > and 'Analysis' menus are new. > Thank you. I...

significant test
Romain Francois · Oct 31, 2005 · r-help

Le 31.10.2005 11:22, Robert a ??crit : >I have two groups of data and want to test how the >mean of one group is significant different from the >mean of the other group of data. >which R function...

Function to eliminate blank space within strings?
Romain Francois · Jul 3, 2009 · r-help

On 07/03/2009 10:34 AM, Agustin Lobo wrote: > > Is there an specific function > to eliminate blank space within > strings? > Thanks gsub( "[[:space:]]+", "", string ) -- Romain Francois Independent R Consultant +33(0) 6 28 91 30 30 http://romainfrancois.blog...

[Rcpp-devel] sugar performance
Romain Francois · Dec 22, 2010 · rcpp-devel

Le mer 22/12/10 13:02, "Gabor Grothendieck" ggrothendieck at gmail.com a ?crit: > On Wed, Dec 22, 2010 at 6:33 AM, <roma > in at r-enthusiasts.com> wrote: > Also, I'm trying to write the looping internally...

isFALSE
Romain Francois · Oct 10, 2009 · r-devel

Hello, Just wondering why there is "isTRUE" and not "isFALSE". Romain -- Romain Francois Professional R Enthusiast +33(0) 6 28 91 30 30 http://romainfrancois.blog.free.fr |- http://tr.im/BcPw : celebrating R commit #50000 |- http://tr.im/ztCu...

Can anyone please tell me how to strip the white spaces from a character vector?
Romain Francois · Oct 25, 2005 · r-help

Le 25.10.2005 14:51, roger bos a ??crit : >for example: > > >>a$tic[1:10] >> >> >[1] "AIR " "ABCB " "ABXA " "ACMR " "ADCT " "ADEX " >[7] "ABM " "AFCE " "AG " "ATG " > Can anyone please tell me how to strip the white spaces from...

[Rcpp-devel] examples using doxygen \example
Romain Francois · Jan 25, 2010 · rcpp-devel

Should we do this : http://www.stack.nl/~dimitri/doxygen/commands.html#cmdexample for example have a subdirectory of src where we store examples so that doxygen can pick them up. Romain -- Romain Francois Professional R Enthusiast +33(0) 6...

print.closure at the R level
Romain Francois · Apr 18, 2009 · r-devel

Hello, Could the code that auto prints a function/closure be extracted from print.c so that there would be a print.closure function. I would like to be able to mask a print.closure function so that I have...

internal manipulation of ...
Romain Francois · Dec 12, 2013 · r-devel

Hello, I?m looking for examples on how to manipulate the ... internally, e.g. in a .Call or .External function. I?m particularly interested in accessing the environment in which each contribution to ... can be evaluated. So far, I?m...

Legend out of Plot Region
Romain Francois · Sep 24, 2005 · r-help

Le 24.09.2005 20:22, Michel Friesenhahn a ??crit : >Hi, > >Could someone tell me how to place a legend outside the plot region? > >Thanks, > >Mike > > Hi Mike, Take a look at : R> par(xpd=NA) -- visit the R Graph...

[Rcpp-devel] Forcing a shallow versus deep copy
Romain Francois · Sep 13, 2013 · rcpp-devel

Le 13/09/13 14:15, Romain Francois a ?crit : > > But I realize this might be a strech and we can definitely only have > const references. Which is easier to implement anyway and we would not > need the reference counting...

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