Skip to content

Commit a18acce

Browse files
committed
minor update
1 parent 4f10851 commit a18acce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/misc.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ alignment_check <- function(df, reference, bfile) {
263263
n = list_df$N)
264264
list_lambda[[length(list_lambda) + 1]] <- VAR_lambda
265265
cat("## S:", VAR_lambda, "\n")
266-
cat("### larger S indicates inconsistency between Z and LD matrix")
266+
cat("### larger S indicates inconsistency between Z and LD matrix \n")
267267

268268
# kriging_rss ====
269269
res_kriging <- susieR::kriging_rss(
@@ -374,7 +374,7 @@ alignment_check <- function(df, reference, bfile) {
374374
n = list_df$N)
375375
list_lambda[[length(list_lambda) + 1]] <- VAR_lambda
376376
cat("## S:", VAR_lambda, "\n")
377-
cat("### larger S indicates inconsistency between Z and LD matrix")
377+
cat("### larger S indicates inconsistency between Z and LD matrix \n")
378378

379379
# kriging_rss ====
380380
res_kriging <- susieR::kriging_rss(

0 commit comments

Comments
 (0)