Displaying 20 results from an estimated 2000 matches similar to: "absent"
2005 Nov 13
0
Julien Ruiz est absent.
Je serai absent(e) du 12/11/2005 au 16/11/2005.
Je r??pondrai ?? votre message d??s mon retour.
I will be out of the office from 14-MAR-2005 until 18-MAR-2005
I will reply to your message on my return.
Julien Ruiz
----------------
L'acces immediat aux meilleurs tarifs Air France et au billet electronique
sur http://www.airfrance.com
For immediate access to the best Air France fares
2009 Apr 25
2
Olivier Castien/Roncq/Infofrance/FRA/TZG est absent.
Je serai absent(e) ? partir du 25/04/2009 de retour le 04/05/2009.
Je r?pondrai ? votre message d?s mon retour. En cas d'urgence, vous pouvez
contacter l'?quipe technique d'infofrance.
2007 Aug 25
1
Olivier Castien/Roncq/Infofrance/FRA/TZG est absent.
Je serai absent(e) ? partir du 24/08/2007 de retour le 17/09/2007.
Je r?pondrai ? votre message d?s mon retour. En cas d'urgence, vous pouvez
contacter l'?quipe technique d'infofrance.
2007 Apr 24
1
Olivier Castien/Roncq/Infofrance/FRA/TZG est absent.
Je serai absent(e) ? partir du 23/04/2007 de retour le 01/05/2007.
Je r?pondrai ? votre message d?s mon retour. En cas d'urgence, vous pouvez
contacter l'?quipe technique d'infofrance.
2008 Jun 07
1
Olivier Castien/Roncq/Infofrance/FRA/TZG est absent.
Je serai absent(e) ? partir du 06/06/2008 de retour le 30/06/2008.
Je r?pondrai ? votre message d?s mon retour. En cas d'urgence, vous pouvez
contacter l'?quipe technique d'infofrance.
2009 Mar 04
0
Olivier Castien/Roncq/Infofrance/FRA/TZG est absent.
Je serai absent(e) ? partir du 04/03/2009 de retour le 09/03/2009.
Je r?pondrai ? votre message d?s mon retour. En cas d'urgence, vous pouvez
contacter l'?quipe technique d'infofrance.
2008 Feb 02
0
Olivier Castien/Roncq/Infofrance/FRA/TZG est absent.
Je serai absent(e) ? partir du 02/02/2008 de retour le 10/02/2008.
Je r?pondrai ? votre message d?s mon retour. En cas d'urgence, vous pouvez
contacter l'?quipe technique d'infofrance.
2011 Dec 19
0
Séverine LOMBARDO/AC060/REC est absent(e).
Je serai absent(e) ? partir du 19/12/2011 de retour le 30/12/2011.
Je r?pondrai ? votre message d?s mon retour.
2004 Oct 07
2
title in bold - simple question in R 1.9.0
Hi,
how can i write this simple sentence : "Hello world" with "Hello" only
in bold ?
I try
> plot(1:5)
> title(main=paste(expression(bold("Hello")),"world",sep=" "))
but the result is wrong.
thanks,
Bruno
Si vous n'etes pas destinataires de ce message, merci d'avertir l'expediteur de l'erreur de distribution et de le
2005 Nov 09
3
dataframe without repetition
Hello,
with a data.frame like this :
> toto <-
data.frame(id=c("id1","id1","id2","id3","id3","id3"),dpt=c("13","13","34","30","30","30"))
> toto
id dpt
1 id1 13
2 id1 13
3 id2 34
4 id3 30
5 id3 30
6 id3 30
what is the most efficient ways to obtain :
id
2004 Jul 29
3
2 questions : format and hh:mm
Dear R-users,
i have two questions :
1- first of all, i wish to know the way to obtain a serie with a format
like "00" : ( "01","02","03","04"....) or like postal code
("01100","02222").
for instance, i do :
> format(strptime(as.character(c(1:4)),"%H"),"%H")
but it sounds complicate and not really
2002 Nov 05
0
Jean-Francois RAMI/RPG/SEMENCES/EURALIS est absent.
Je serai absent(e) du 04/11/2002 au 12/11/2002.
Je r?pondrai ? votre message d?s mon retour.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at
2005 Jun 15
0
Re: samba Digest, Vol 30, Issue 23
Bonjour, Prenez note que je vais être absent du bureau à partir de la semaine du13 juin. Je serai de retour la semaine du 20 juin 2005.
Hello. Please note that I will be out of the office the week of june 13, returning on june 20.
2006 Aug 07
1
unwanted conversion of date formats in 2.3.1 to character
good morning
I'm using R 2.2.1 on windows (2000/NT/XP) and trying to upgrade to 2.3.1
I am finding the curious problem of date/time data (both if stocked as date and as POSIX) that gets converted into character format whenever touched: it seems that date/time data just does not want to remain that way.
For example, a data.frame containing dates or POSIXct as row.names that is returned as
2016 Apr 27
1
difference between require and library
Hi,
Is there any other difference between 'require' and 'library' than the error or warning when the library is not found ?
Jean in France
-------------- next part --------------
Ce message et toutes les pi?ces jointes (ci-apr?s le 'Message') sont ?tablis ? l'intention exclusive des destinataires et les informations qui y figurent sont strictement confidentielles.
2016 Mar 08
2
ALLOCATE in a FORTRAN subroutine
> You can call (some) R functionality from C
When I read about 'R api' I thought that we could call all the functionality of R. I think that in the windows world, this is called OLE automation. From a pure programmer point of view, it is very convenient and my customer is creating a team of programmers. But, if only 'some' functionalities can be called, it's not so useful.
2004 Jul 23
3
merge, cbind, or....?
Hi,
i have two data.frame x and y like :
> x <- data.frame( num = c(1:10), value = runif(10) )
> y <- data.frame( num = c(6:10), value = runif(5) )
and i want to obtain something like :
num.x value.x num.y value.y
1 0.38423828 NA 0.2911089
2 0.17402507 NA 0.8455208
3 0.54443465 NA 0.8782199
4 0.04540406 NA 0.3202252
5 0.46052426
2016 Mar 08
0
ALLOCATE in a FORTRAN subroutine
On Mar 8, 2016, at 6:57 AM, MAURICE Jean - externe <jean-externe.maurice at edf.fr> wrote:
>> You can call (some) R functionality from C
> When I read about 'R api' I thought that we could call all the functionality of R. I think that in the windows world, this is called OLE automation. From a pure programmer point of view, it is very convenient and my customer is creating
2016 Mar 07
0
ALLOCATE in a FORTRAN subroutine
> On 7 Mar 2016, at 16:45, MAURICE Jean - externe <jean-externe.maurice at edf.fr> wrote:
>
> Hi Martyn,
>
> Many thanks for your answer. If I make it short :
> we can, once we know how to do it, 'drive' R from within FORTRAN for example to do a
> Myarray = seq(0, mydimension)
> in R once we have compute mydimension in FORTRAN. Is that correct ?
I too
2009 Sep 11
0
Getting at the LPC coefficients
Bonjour,
D?apr?s votre question ? Jean_Marc :
? Je m'int?resse ? la source 1.0.5, et je ne vois pas une _spx_lpc (). Il ya
une _spx_autocorr (), qui est en lpc.c et est appel? ? proximit? du d?part
de la
Codeur fonction dans nb_celp.c.
L'encodeur semble appeler la autocorr () la fonction, puis appelle wld ()
pour faire
quelque chose qui s'appelle Levinson-Durbin.