[Rd] Problem with R >3.0.0

Peter Langfelder peter.langfelder at gmail.com
Tue Aug 20 19:31:36 CEST 2013


On Tue, Aug 20, 2013 at 9:23 AM, peter dalgaard <pdalgd at gmail.com> wrote:

> What is bicor()? From the WGCNA package? Perhaps the package is doing something incompatible with the long vector support in R 3.0.0. You need to report such queries to the maintainer.

The maintainer is reporting for duty :)

The version of WGCNA currently on CRAN uses .C to call compiled code.
If I read the manuals right, long vectors are not allowed in .C calls.
In my .C calls I use explicit type casts (as.integer, as.double etc)
for all arguments.

Once we see a reproducible example, we can figure out the problem.

Peter



More information about the R-devel mailing list