[Bioc-devel] TIMEOUT and tokay2 require Rmpi

2019-04-14 Thread 郝洁
Hi, Our package SINCE has got TIMEOUT notice several times, but it only took a few seconds on my local Mac system. And it also states require Rmpi for Windows but not for Mac or Linux, how should I fix this? Thanks Jie ___ Bioc-devel@r-project.org

Re: [Bioc-devel] Pushing towards a better home for matrix generics

2019-04-14 Thread Pages, Herve
I installed R 3.6 beta and can confirm that the clashes between the row/colSums and row/colMeans generics from Matrix and BiocGenerics are gone. Excellent! Thanks Michael. H. On 4/9/19 11:15, Michael Lawrence wrote: This should be in trunk and the 3.6 release branch. On Thu, Mar 28, 2019 at

Re: [Bioc-devel] Help with installing netReg

2019-04-14 Thread Vincent Carey
On Sun, Apr 14, 2019 at 6:30 PM Spencer Brackett < spbracket...@saintjosephhs.com> wrote: > Good evening, > > I am having problems with downloading the package used to generate > regression models on R. The following is the error message I received. I > tried installing BiocManager instead as

[Bioc-devel] Help with installing netReg

2019-04-14 Thread Spencer Brackett
Good evening, I am having problems with downloading the package used to generate regression models on R. The following is the error message I received. I tried installing BiocManager instead as suggested, but this too did not work. Any ideas? The downloaded binary packages are in

Re: [Rd] stopifnot

2019-04-14 Thread Suharto Anggono Suharto Anggono via R-devel
In current definition of function 'stopifnot' in stop.R in R 3.6.0 beta (https://svn.r-project.org/R/branches/R-3-6-branch/src/library/base/R/stop.R) or R devel (https://svn.r-project.org/R/trunk/src/library/base/R/stop.R), if 'exprs' is specified, cl[[1]] is quote(stopifnot) . To be more

Re: [Rd] [r-devel] integrate over an infinite region produces wrong results depending on scaling

2019-04-14 Thread William Dunlap via R-devel
integrate(f, xmin, xmax) will have problems when f(x) is 0 over large parts of (xmin,xmax). It doesn't have any clues to where the non-zero regions are. It computes f(x) at 21 points at each step and if all of those are zero (or some other constant?) for a few steps, it calls it a day. If you

[Rd] [r-devel] integrate over an infinite region produces wrong results depending on scaling

2019-04-14 Thread Andreï V . Kostyrka
Dear all, This is the first time I am posting to the r-devel list. On StackOverflow, they suggested that the strange behaviour of integrate() was more bug-like. I am providing a short version of the question (full one with plots: https://stackoverflow.com/q/55639401). Suppose one wants

Re: [Bioc-devel] GAlignments Constructor Type Checking Error

2019-04-14 Thread Martin Morgan
Your strand factor only has level "+", but should have levels "+", "-", "*". Use GenomicRanges::strand() to construct the right thing. Martin On 4/14/19, 3:01 AM, "Bioc-devel on behalf of Dario Strbenac" wrote: Good day, Although the documentation states "Generally not used

Re: [Bioc-devel] deprecation guidelines

2019-04-14 Thread Pages, Herve
Hi Sam, On 4/11/19 10:47, Samuela Pollack wrote: > Dear Bioconductor, > > We are deprecating part of a package. I am following the guidelines in > the "Function Deprecation Guidelines" page at bioconductor.org and I > have a few questions: > > (i) Deprecating a S4 method which has the same name

[Bioc-devel] GAlignments Constructor Type Checking Error

2019-04-14 Thread Dario Strbenac
Good day, Although the documentation states "Generally not used directly", I'm trying it. A small example fails because the input is evaluated to be in the wrong format, but it doesn't seem so when I look at the variable type of strand. debug(GAlignments) GAlignments("chr1", 1L, strand =