gfortran.pkg is also necessary.
This may be a new feature of R as of version 2.9.0.
R(9073,0xa013dfa0) malloc: *** mmap(size=95006720) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
NULL or N/A, while R expects NA
and everything else is treated as a character string. It is best to sort such problems out at the source,
but it may not always be possible, and the user will need to run a version of
charData = apply(as.matrix(data), 2, as.character);
numData = apply(charData, 2, as.numeric);
- Last but not least, your data may be perfectly fine but lead to no modules, or perhaps just one
module, and such cases may not be handled correctly by the code (i.e., the code is buggy). Please send
Peter Langfelder an email if you encounter such a situation.