Skip to content

Commit 3eade89

Browse files
committed
Version 1.0.3: better messaging
1 parent e58e3c4 commit 3eade89

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: AutoSpectralRcpp
22
Type: Package
33
Title: Fast Tools for Unmxing Spectral Flow Cytometry Data
4-
Version: 1.0.2
4+
Version: 1.0.3
55
Authors@R: c(
66
person(
77
"Oliver", "Burton",

R/unmix_autospectral_rcpp.R

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,14 @@ unmix.autospectral.rcpp <- function(
161161
}
162162
}
163163

164+
# tell the user what's been selected
165+
if ( verbose ) {
166+
if ( optimize )
167+
message( "Per-cell autofluorescence extraction and fluorophore optimization will be performed." )
168+
else
169+
message( "Only per-cell autofluorescence extraction will be performed." )
170+
}
171+
164172
# set variant count based on speed
165173
if ( is.null( n.variants ) ) {
166174
n.variants <- switch( match.arg( speed ), "fast" = 1L, "medium" = 3L, "slow" = 10L )

0 commit comments

Comments
 (0)