Skip to content

Commit

Permalink
Merge pull request #207 from Daenarys8/main
Browse files Browse the repository at this point in the history
Fix additonal typo in packages method functions
  • Loading branch information
antagomir committed Mar 20, 2023
2 parents cf155ee + e986025 commit 650ab74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/associate.R
Expand Up @@ -275,7 +275,7 @@ cmat2table <- function(res, verbose=FALSE) {
ctab$Correlation <- as.numeric(as.character(ctab$Correlation))
}

correlation <- NULL # circumvent warning on globabl vars
correlation <- NULL # circumvent warning on global vars

if (!is.null(res$p.adj)) {

Expand Down

0 comments on commit 650ab74

Please sign in to comment.