Skip to content

Commit 9cfcc51

Browse files
committed
Update for 0.99.7
1 parent fe8cfa2 commit 9cfcc51

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

DESCRIPTION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: Luciernaga
22
Type: Package
33
Title: Tools for the evaluation of Spectral Flow Cytometry (SFC) unmixing controls
4-
Version: 0.99.6
4+
Version: 0.99.7
55
Authors@R:
66
person("David", "Rach", , "drach@som.umaryland.edu", role = c("aut", "cre"),
77
comment = c(ORCID = "0000-0003-2235-5585"))
@@ -40,6 +40,7 @@ Imports:
4040
methods,
4141
openCyto,
4242
patchwork,
43+
pdftools,
4344
plotly,
4445
progressr,
4546
purrr,

R/Utility_GatingPlots.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ Utility_GatingPlots <- function(x, sample.name, removestrings,
127127
outfolder=outpath, returntype = "patchwork",
128128
therows=therows, thecolumns=thecolumns,
129129
width = width, height = height)
130-
} else if (returnType == "plots"){AssembledPlots <- CompiledPlots}
130+
} else if (returnType == "plots"){AssembledPlots <- CompiledPlots
131+
} else {AssembledPlots <- CompiledPlots}
131132

132133
return(AssembledPlots)
133134
}

0 commit comments

Comments
 (0)