Re: [R] getDLLRegisteredRoutines

2016-02-26 Thread MAURICE Jean - externe
Hi Murdoch, I browsed (read) section 5.4. I have understood that - using PACKAGE= will reduce execution time and it is not a great work (good results for simple work) - R Windows manage a little cache so if I call a routine in a DLL within an R loop, it will be 'fast' - if we have a probl

Re: [R] getDLLRegisteredRoutines

2016-02-26 Thread MAURICE Jean - externe
I tried pedump : it's ok. Now I am going to try to understand section 5.4 ! Thanks Jean -Message d'origine- De : murdoch.dun...@gmail.com [mailto:murdoch.dun...@gmail.com] Envoyé : jeudi 25 février 2016 16:25 À : MAURICE Jean - externe; r-help@r-project.org Obje

Re: [R] getDLLRegisteredRoutines

2016-02-25 Thread Duncan Murdoch
On 25/02/2016 9:42 AM, MAURICE Jean - externe wrote: Hi, I have built a DLL with some routines using Intel's FORTRAN. I can use the routines within a R script. I would like to have the list of all the routines in the DLL. I found getDLLRegisteredRoutines but it answers data frame with 0 colum

[R] getDLLRegisteredRoutines

2016-02-25 Thread MAURICE Jean - externe
Hi, I have built a DLL with some routines using Intel's FORTRAN. I can use the routines within a R script. I would like to have the list of all the routines in the DLL. I found getDLLRegisteredRoutines but it answers data frame with 0 column and 0 lines. What is wrong ? Thanks in advance Jean