Browse code

fixed build warning

Pierre-Luc Germain authored on 08/09/2020 06:58:51
Showing 2 changed files

... ...
@@ -1,7 +1,7 @@
1 1
 Package: pipeComp
2 2
 Type: Package
3 3
 Title: pipeComp pipeline benchmarking framework
4
-Version: 0.99.57
4
+Version: 0.99.59
5 5
 Depends: R (>= 4.0)
6 6
 Authors@R: c(
7 7
 	person("Pierre-Luc", "Germain", email="[email protected]", role=c("cre","aut"), comment = c(ORCID = "0000-0003-3418-4218")), 
... ...
@@ -416,7 +416,7 @@ scrna_evalPlot_overall <- function(res, agg.by=NULL, width=NULL,
416 416
   }else{
417 417
     pclost <- matrix(pclost$max.lost, nrow=nrow(ll2[[1]]), ncol=nrow(pclost), 
418 418
                      byrow=TRUE, 
419
-                     dimnames=list(row.names(ll2[[1]])), pclost$dataset)
419
+                     dimnames=list(row.names(ll2[[1]]), pclost$dataset))
420 420
   }
421 421
   pclost <- apply(pclost,1,FUN=max)
422 422