Skip to content

Commit

Permalink
Update rc.expand.sample.names.R
Browse files Browse the repository at this point in the history
remove cat command to clean up console reporting.
  • Loading branch information
cbroeckl committed Jan 22, 2024
1 parent 6e187db commit 9772571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/rc.expand.sample.names.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ rc.expand.sample.names <- function(
sn <- as.character(ramclustObj$phenoData$sample.names)
}

cat(paste(sn, collapse = ", "), '\n')
# cat(paste(sn, collapse = ", "), '\n')

if(!any(ls()=="sn")) {
stop('missing sample names in phenoData slot', '\n')
Expand Down

0 comments on commit 9772571

Please sign in to comment.