On 11/26/2014 01:39 AM, Joachim Schumann wrote:
Hi everyone,
this morning I got an email from bioconductor.
The message:

According to the "Build/check report" for BioC 3.0,
the flowCHIC package has the following problem(s):
ERROR for 'R CMD check' on zin1.

The error I get is the following:

Error in callGeneric() :
   'callGeneric' with a primitive needs explicit arguments (no formal args 
defined)
Calls: calculate_overlaps_xor ... calculate_overlaps_xor -> .local -> bXOR ->
round -> round -> callGeneric

Does anyone know what the problem is? It seems that the round function causes
the error.

This is some kind of interaction with Matrix

> library(EBImage)
> img = readImage(system.file(package="EBImage", "images", "nuclei.tif"))
> xx = round(img)
> library(Matrix)
> yy = round(img)
Error in callGeneric() :
  'callGeneric' with a primitive needs explicit arguments (no formal args 
defined)

which defines a Math2 group generic. How long has this been appearing? It doesn't seem like the build system R, EBImage or Matrix has changed since release, and the package is available via biocLite implying that it once built...

Martin


Best,
Joachim



--
Computational Biology / Fred Hutchinson Cancer Research Center
1100 Fairview Ave. N.
PO Box 19024 Seattle, WA 98109

Location: Arnold Building M1 B861
Phone: (206) 667-2793

_______________________________________________
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel

Reply via email to