Skip to content

Commit

Permalink
build ignore & minor fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Hy4m committed Mar 1, 2020
1 parent 0e8885b commit 2cdfa17
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
^.*\.Rproj$
^\.Rproj\.user$
^README\.Rmd$
^readme\.md$
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@
.RData
.Ruserdata
inst/doc
readme.md
2 changes: 1 addition & 1 deletion R/cor-tbl.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ cor_tbl <- function(corr,
if(nrow(first) != ncol(first)) {
if(type != "full") {
warning("'type=", type,
"' just supports for symmetric correlation matrix.", call. = FALSE)
"' just supports for square matrix.", call. = FALSE)
type <- "full"
if(type == "full") show.diag <- TRUE
}
Expand Down

0 comments on commit 2cdfa17

Please sign in to comment.