Re: [Bioc-devel] Package submission with library requirement

2015-01-21 Thread Levi Waldron
On Wed, Jan 21, 2015 at 2:16 PM, avinash sahu wrote: > > Both the libraries are not thread safe. Although boost random genrator in > limited situation can be thread safe. I have tried them earlier they were > failing with multi-threading. I like the rlecuyer package for parallel random number gen

Re: [Bioc-devel] Package submission with library requirement

2015-01-21 Thread avinash sahu
Both the libraries are not thread safe. Although boost random genrator in limited situation can be thread safe. I have tried them earlier they were failing with multi-threading. One way out might be, if I include the source code of ransampl with package source code. There license allows this, I ca

Re: [Bioc-devel] Package submission with library requirement

2015-01-21 Thread Steve Lianoglou
Does the boost RNGs qualify? He's a vignette showing how to use them through R/Rcpp http://gallery.rcpp.org/articles/timing-normal-rngs/ Boost headers are provided via the BH library: https://github.com/eddelbuettel/bh -steve On Wed, Jan 21, 2015 at 10:48 AM, avinash sahu wrote: > Yes.

Re: [Bioc-devel] Package submission with library requirement

2015-01-21 Thread avinash sahu
Yes. I tried R internal libraries for random number generator also those provided by Rcpp but they are were not thread safe so it with multi-threading. I can try using other libraries, if anyone know random generator that are thread safe and not slow. thanks avi On Wed, Jan 21, 2015 at 7:38 PM, M

Re: [Bioc-devel] Package submission with library requirement

2015-01-21 Thread Martin Morgan
On 01/21/2015 10:17 AM, avinash sahu wrote: Hi Dan, Thanks for the reply and quick support. I am sorry for so many issues, I am somewhat novice in bioconductor. I am replying to your comments inline. On Wed, Jan 21, 2015 at 6:55 PM, Dan Tenenbaum wrote: See my comments below. - Origin

Re: [Bioc-devel] Package submission with library requirement

2015-01-21 Thread avinash sahu
Hi Dan, Thanks for the reply and quick support. I am sorry for so many issues, I am somewhat novice in bioconductor. I am replying to your comments inline. On Wed, Jan 21, 2015 at 6:55 PM, Dan Tenenbaum wrote: > See my comments below. > > - Original Message - > > From: "avinash sahu"

Re: [Bioc-devel] Package submission with library requirement

2015-01-21 Thread Karim Mezhoud
Yes, just an error by copy/paste [[alternative HTML version deleted]] ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel

Re: [Bioc-devel] Package submission with library requirement

2015-01-21 Thread Dan Tenenbaum
See my comments below. - Original Message - > From: "avinash sahu" > To: "Karim Mezhoud" > Cc: bioc-devel@r-project.org > Sent: Wednesday, January 21, 2015 7:50:38 AM > Subject: Re: [Bioc-devel] Package submission with library requirement > > Thanks for mail Karim. > > I have GOAL stai

Re: [Bioc-devel] Package submission with library requirement

2015-01-21 Thread avinash sahu
Thanks for mail Karim. I have GOAL staisfies all guidelines. However, GOAL is not compiling in windows and because of its heavy computational requirement its cannot be used with Windows. Regarding third party code, bioconductor website mentions (i.e. ransampl): "In cases where the external librar

Re: [Bioc-devel] Package submission with library requirement

2015-01-21 Thread Karim Mezhoud
Hi, Before you submit your package, please make sure that it satisfies all our guidelines here. http://www.bioconductor.org/developers/packageĀ­guidelines/ Be sure that you tested it with the appropriate version of R. To work out which version that is, please have a look at this site here: htt

[Bioc-devel] Package submission with library requirement

2015-01-21 Thread avinash sahu
Hi all, I am trying to submit a package (https://github.com/vinash85/GOAL) in bioconductor. It requires a ransampl ( http://sourceforge.net/projects/ransampl/) and gsl libraries already installed in system. The package is failing to install at automated package installer of bioconductor ( http://b