search for: n'en

Displaying 20 results from an estimated 20 matches for "n'en".

Did you mean: d'en
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 programme...
2003 Apr 16
1
rsync-2.5.6 on AIX 4.3.3
Hi all, After a few days of looking into why rsync-2.5.6 would not work when using the "::" syntax on AIX 4.3.3, I discovered it is only the case when the system is not patched. I patched my system to maintenance level 10 and it works fine. AIX 4.3.3.0 - not working # uname -a AIX host1 3 4 00070F3F4C00 # instfix -i | gr...
2007 Nov 30
1
formula substitution by its calculated value
Dear R_Users, I am confronted to a technical issue that I wouldn't even know how to start to handle and where to look at. It is about data manipulation in a dataframe and value substitution Imagine I have a matrix describing a set of chemical equations. Colnames are Components names and Rownames are Reaction names...
2007 Mar 08
2
sending a vector of characters as arguments for a function
Dear all, It seems to be a recurrent problem to me and I am asking your help to get over it once for all ... My idea is : I have variables C_1, C_2, C_3 ... that corresponds to vectors of size n, and I would like to cbind them. I get a vector of their names using : temp<- ls(pat="C") And I like to find a wa...
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 de...
2016 Mar 07
4
ALLOCATE in a FORTRAN subroutine
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 ? If yes : it's too 'complicated' for the...
2009 Sep 21
1
RODBC : using and passing queries that use " in some arguments
Dear R users, I am trying to connect R to data that is in a Access Database but I have problem with the construction of queries using special characters. I am using RODBC package. The following is working : > MyQuery<-paste("SELECT first( (DateHeure) ) , avg(NNO3_AT322_OUT_moy) AS Cond FROM Colonne_3 ")...
2009 Feb 26
1
gplot problems with faceting
Dear R-Listers, I am very confused with what seems to be a misuse of the faceting options with gplot function and I hope you might help me on this. z contains various simulation results from simulations with different set of parameters. I melt my data to have the following data.frame structure : > str(z) 'data.frame...
2016 Mar 04
3
ALLOCATE in a FORTRAN subroutine
Hi, I am a FORTRAN developer and I am 'translating' R functions in FORTRAN subroutines. I am 'new' to R. It's my first question in this mailing-list and English is not my natural language. Very often, an R function gives an 'array' as result and you don't have to bother with the dime...
2004 Sep 27
0
Baan client and WINE
Hi, I've seen in your WINE Applications Database, that the Bann client works. But when I run the bw, it can't load the config file. Could you explain me the reason why it can't? Or can you give me the e-mail of the person who test the Baan application? Thanks Denis Gaultier # Ce courrier et les docu...
2005 Mar 05
2
Dovecot 1.0-stable .deb file?
Hi, all. I know that there's no official Dovecot 1.0-stable .deb, given Timo's recommendations. However, does anyone have even an "unofficial" deb of it for, say, Sarge? I want to use 1.0's ability to use both mbox and maildir; the latter is very helpful for dealing with mailing lists....
2003 Apr 10
0
compile fixed, ssh-basic.test not working
Thanks for the help Jim. I have found the testsuite stuff, and this in turn pointed me at build.samba.org, which in turn told me that the build farm is using cc instead of gcc. I was able to get the compile finished with cc and make (rather than gcc and gmake). One thing to note: I could only get the...
2003 Mar 12
2
[OT] Appropriate test?
Hi, I'm having some problem with a dataset and I don't really know how to analyse it. I have 20 subjects in two groups of treatment (8 an 12 subjects). Biological measure have been recorded at different time, from t0 (before the treatment) to t7 (3 days after). The time elapsed between each measure is no...
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 au...
2003 Apr 08
1
compile 11.00 parisc1.1 32-bit fails - snprintf
I am having trouble compiling rsync 2.5.6 for HPUX 11.00. The system I am using has a number of patches, although I admit not having verified that it is completely up to date. I have found gcc 3.2 and gmake and installed them. - configure seems to work fine. (my use ./configure --prefix=/opt/trial/local --wi...
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, my...
2004 Oct 10
1
Fw: Souscription - Newsletter Ogg Vorbis en français !
----- Original Message ----- From: Claude de Limelette de Belgique To: tarkin-dev-request@lists.xiph.org Cc: vorbis-dev-request@lists.xiph.org Sent: Thursday, October 07, 2004 9:15 AM Subject: Fw: Souscription - Newsletter Ogg Vorbis en fran?ais ! ----- Original Message ----- From: Claude de Limelette d...
2010 Aug 12
1
Bug#584583: [PATCH] Additional fix for ipconfig
[ adding relevant cc's ] On Tue, 10 Aug 2010, Julien-externe BLACHE wrote: > Hi, > > Attached is a second patch for ipconfig, which further improves (actually, > restores) ipconfig's behaviour on busy LANs with UDP noise. > > Commit 4efbcf90f60e27febe883ef052454d8cfded5c15 re...
2016 Apr 27
1
AKIMA or translating to FORTRAN a R function calling a FORTRAN routine
Hi, I am hired to translate into FORTRAN R functions. It works great and my customer is happy. I am going to translate a function that call aspline in the library AKIMA. This function call 2 FORTRAN routines that must be include (I guess) in the package AKIMA. And I have some questions. Is the fortran code really includ...
2017 May 23
2
[imaptest] Explaining errors
Hi, I'm an Apache James committer and we are curious to use imaptest in order to validate our IMAP protocol implementation. I'm using the nightlybuild : imaptest-20170506 I follow the examples given in the /T/ /est IMAP server compliancy/ examples https://imapwiki.org/ImapTest/Examples. And I wanted...