Re: [Bioc-devel] Fwd: Package "SingleCellSignalR" failing on Bioconductor devel

2022-12-08 Thread Hervé Pagès
FWIW the compilation error for SIMLR looks like a real error to me, not a warning-induced one:   tsne.cpp:883:11: error: too few arguments to function ‘void dgemm_(... It seems to be caused by a change in R-devel. We see it on all platforms on the daily builds for BioC 3.17 and I also get it o

Re: [Bioc-devel] Fwd: Package "SingleCellSignalR" failing on Bioconductor devel

2022-12-08 Thread Jacques Colinge
Dear Vincent, Thank you very much for this information. The problem should be fixed now, build and check are successful in R develeopment version. I have just pushed my fixes onto bioconductor github. Best regards, Jacques On 26.11.2022 12:35, Vincent Carey wrote: > When testing on the devel b

Re: [Bioc-devel] Fwd: Package "SingleCellSignalR" failing on Bioconductor devel

2022-11-26 Thread Vincent Carey
When testing on the devel branch at this time, you must use R-devel (R 4.3). See https://contributions.bioconductor.org/use-devel.html#use-devel For SingleCellSignalR, the dependence on SIMLR seems problematic. SIMLR is in an error state on the devel branch. One could see that even in the rele

[Bioc-devel] Fwd: Package "SingleCellSignalR" failing on Bioconductor devel

2022-11-26 Thread Jacques Colinge
Dear Johannes, Dear Bioc Developers, I am not sure I get the problem. I am currently running R 4.2.1 and if I do a devtools::check() and a devtools::build() I have no error (just one warning), see below both outputs. Do you need me to install R development version and redo those tests because