Skip to content
Prev 46389 / 63424 Next

Problem with R >3.0.0

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

            
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