[Rd] r-release, r-oldrel

2014-11-04 Thread Gábor Csárdi
Hi All, quick question. How does one know which R versions r-release and r-oldrel correspond to? Is there a prefered way to determine this programmatically? So far I could only find messy ways, like parsing the HTML of the homepage, or (for r-release) checking the latest R-x-x-x tag in the SVN. T

Re: [Rd] Linking to the BH package introduces CRAN warnings

2014-11-04 Thread kaveh
Dear all, the simple code in below, when send to the win-builder returns the following (and no other) warning: * checking compiled code ... WARNING File 'quicky/libs/i386/quicky.dll': Found '_ZSt4cerr', possibly from 'std::cerr' (C++) Object: 'quicky.o' Found 'abort', possibly from 'ab

Re: [Rd] Linking to the BH package introduces CRAN warnings

2014-11-04 Thread kaveh
Sire, The header that is included is boost/math/distributions/ If I remove it and replace the calls to its members by plain constants, the warning disappear (I just tried this again on http://win-builder.r-project.org/). This leads me to the suspicion that the header is causing the error messa

Re: [Rd] Linking to the BH package introduces CRAN warnings

2014-11-04 Thread Dirk Eddelbuettel
Gentlemen, On 4 November 2014 at 23:36, kaveh wrote: | Dear Hadley, | | Thank you for this information, maybe the CRAN gods | will look favourably on this case too, You seemed to have missed a point my earlier email tried to stress: Inclusion of BH does not lead to the warning. All this depe

Re: [Rd] Linking to the BH package introduces CRAN warnings

2014-11-04 Thread kaveh
Dear Hadley, Thank you for this information, maybe the CRAN gods will look favourably on this case too, Best regards, On 2014-11-04 23:32, Hadley Wickham wrote: | However, it seems some of the codes in the BH package | might. At any rate, when I include some boost headers such as | boost/math

Re: [Rd] Linking to the BH package introduces CRAN warnings

2014-11-04 Thread Hadley Wickham
>> | However, it seems some of the codes in the BH package >> | might. At any rate, when I include some boost headers such as >> | boost/math/distributions/ through BH, I get the following warnings >> | when submitting to the win-builder page: >> | >> | >> |Found '_ZSt4cerr', possibly from '

Re: [Rd] Linking to the BH package introduces CRAN warnings

2014-11-04 Thread kaveh
Dear Romain, Thanks for all these info, I will ponder this versus using some of the alternatives in the R sources Best regards, On 2014-11-04 22:01, Romain François wrote: > >> Le 4 nov. 2014 à 21:52, kaveh > > a écrit : >> >> >> Dear Romain, >> >> >> >>

Re: [Rd] Linking to the BH package introduces CRAN warnings

2014-11-04 Thread Romain François
> Le 4 nov. 2014 à 21:52, kaveh a écrit : > > > Dear Romain, > > > > You’re kind of out of luck. These functions are both: > - used by the boost headers > - forbidden by R, well at least forbidden by CRAN > > > Thanks for conforming my earlier fears. Since I only use > this header and

Re: [Rd] Linking to the BH package introduces CRAN warnings

2014-11-04 Thread kaveh
Dear Romain, /You’re kind of out of luck. These functions are both: - used by the boost headers - forbidden by R, well at least forbidden by CRAN / // Thanks for conforming my earlier fears. Since I only use this header and w

Re: [Rd] Linking to the BH package introduces CRAN warnings

2014-11-04 Thread Romain François
> Le 4 nov. 2014 à 15:42, Dirk Eddelbuettel a écrit : > > > On 4 November 2014 at 14:37, kaveh wrote: > | Dear all, > | > | I'm working on a project that links to the BH package > | (http://cran.r-project.org/web/packages/BH/index.html). > | > | My packages doesn't call entry points which mig

[Rd] Volunteers for Google Code-in mentor & co-admin/admin

2014-11-04 Thread Gaurav Sehrawat
Hello everyone , I would like to bring everyone's attention to this thread : https://groups.google.com/forum/#!topic/gsoc-r/dtYY_5NBvyc . R-project has been participating for Google Summer of Code since long time . This R-project is planning for Google Code-in ,to introduce school kids about the

Re: [Rd] Linking to the BH package introduces CRAN warnings

2014-11-04 Thread Dirk Eddelbuettel
On 4 November 2014 at 14:37, kaveh wrote: | Dear all, | | I'm working on a project that links to the BH package | (http://cran.r-project.org/web/packages/BH/index.html). | | My packages doesn't call entry points which might terminate R nor | write to stdout/stderr instead of to the console. | |

[Rd] Linking to the BH package introduces CRAN warnings

2014-11-04 Thread kaveh
Dear all, I'm working on a project that links to the BH package (http://cran.r-project.org/web/packages/BH/index.html). My packages doesn't call entry points which might terminate R nor write to stdout/stderr instead of to the console. However, it seems some of the codes in the BH package might

[Rd] [R] Calculation of cross-correlation in ccf

2014-11-04 Thread Sami Toppinen
Dear All, I am studying some process measurement time series in R and trying to identify time delays using cross-correlation function ccf. The results have however been bit confusing. I found a couple of years old message about this issue but unfortunately wasn't able to find it again for a re