Skip to content

Commit 4b637fd

Browse files
committed
lintr fixes
1 parent 93ced5e commit 4b637fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/plot-pgs.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ split.pgs.by.phenotype <- function(pgs, phenotype.data) {
9494
#' # Plot non-default PGS columns
9595
#' pgs.data$PGS.custom <- rnorm(100, 2, 1);
9696
#' \donttest{create.pgs.density.plot(pgs.data, pgs.columns = 'PGS.custom', output.dir = temp.dir);}
97-
#'
97+
#'
9898
#' # Plot phenotype categories
9999
#' \donttest{
100100
#' pgs.data$sex <- sample(c('male', 'female', 100, replace = TRUE));
@@ -427,7 +427,7 @@ create.pgs.density.plot <- function(
427427
#' # Plot multiple PGS outputs
428428
#' pgs.data$PGS.with.normalized.missing <- rnorm(100, 1, 1);
429429
#' \donttest{create.pgs.boxplot(pgs.data, output.dir = temp.dir);}
430-
#'
430+
#'
431431
#' # Plot non-default PGS columns
432432
#' pgs.data$PGS.custom <- rnorm(100, 2, 1);
433433
#' \donttest{create.pgs.boxplot(pgs.data, pgs.columns = 'PGS.custom', output.dir = temp.dir);}

0 commit comments

Comments
 (0)