[Bioc-devel] error on BiocGenerics:::testPackage

2022-11-30 Thread Zhigang Li
Dear Bioconductor Developers, Can you please help with an error message from BiocGenerics:::testPackage for the package IFAA? The BioConductor platform produced the following error message when running BiocGenerics:::testPackage("IFAA"): " BiocGenerics:::testPackage("IFAA") Error in

[Bioc-devel] error on R CMD check

2022-12-06 Thread Zhigang Li
Dear Bioconductor Developers, Can you please help with an error message from R CMD check for the package IFAA? The BioConductor platform produced the following error message when running R CMD check (http://bioconductor.org/checkResults/devel/bioc-LATEST/IFAA/nebbiolo1-checksrc.html): "

[Bioc-devel] error on BiocGenerics:::testPackage("IFAA")

2022-11-23 Thread Zhigang Li
Hi Guys, Can you please help with an error message arised from BiocGenerics:::testPackage for the package IFAA? The BioConductor platform produced the following error message when running BiocGenerics:::testPackage("IFAA"): " BiocGenerics:::testPackage("IFAA") Error in

Re: [Bioc-devel] IFAA Bioconductor

2024-01-16 Thread Zhigang Li
Hi There, It seems that the error says : " ** byte-compile and prepare package for lazy loading Error: object ‘crossprod’ is not exported by 'namespace:MatrixExtra' " But we checked and the package "MatrixExtra" still has the function "crossprod". And in the NAMESPACE file, there is a row for

Re: [Bioc-devel] IFAA Bioconductor

2024-01-18 Thread Zhigang Li
perhaps it is a last > resort. > > > > Also I'll mention that I could reproduce the problem under R-devel, and > that changing to importMethodsFrom(MatrixExtra, crossprod) got me past this > stage (but now I also need to make a change for tcrossprod…) > > > > Martin