Skip to content

Commit

Permalink
singleSample console output fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jasenfinch committed Dec 7, 2020
1 parent 4d75cd0 commit 5c55bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/singleSample.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ singleSample <- function(file,

if (verbose == TRUE) {
startTime <- proc.time()
message(str_c('\n',blue('binneR'),red(str_c('v',version(x))),creationDate(x),sep = ' '))
message(str_c(blue('binneR'),red(str_c('v',version(x))),creationDate(x),sep = ' '))
message(str_c(str_c(rep('_',console_width()),collapse = ''),sep = ''))
params <- parameters %>%
{capture.output(print(.))} %>%
Expand Down

0 comments on commit 5c55bb9

Please sign in to comment.