Skip to content

Commit c91b465

Browse files
author
Charles Plessy
committed
Add missing spaces in error message.
1 parent f56fb52 commit c91b465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/GetMethods.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ setMethod( "tagClustersGR", "CAGEexp"
442442
, function (object, sample, qLow, qUp) {
443443
tc <- metadata(object)$tagClusters[[sample]]
444444
if (is.null(tc))
445-
stop( "No clusters found, run ", sQuote("distclu"), "or", sQuote("paraclu"), " first." , call. = FALSE)
445+
stop( "No clusters found, run ", sQuote("distclu"), " or ", sQuote("paraclu"), " first." , call. = FALSE)
446446

447447
if (! is.null(qLow) & ! is.null(qUp)) {
448448
qLowName <- paste0("q_", qLow)

0 commit comments

Comments
 (0)