Skip to content

Commit

Permalink
rebinded requireNamespace to NULL
Browse files Browse the repository at this point in the history
  • Loading branch information
alecbuetow committed Jan 14, 2025
1 parent 2d380cb commit ba54b4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/circlize.R
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,4 @@ circlize_dendrogram <- function(dend, facing = c("outside", "inside"), labels =
#


requireNamespace <- requireNamespace
requireNamespace <- NULL
2 changes: 1 addition & 1 deletion R/rainbow_fun.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ rainbow_fun <- function(n, c = 90, l = 50, ...) {
# barplot(rep(10, n), col = rainbow_hcl(n, c=90, l=50) )


requireNamespace <- requireNamespace
requireNamespace <- NULL
2 changes: 1 addition & 1 deletion R/seriate_dendrogram.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ seriate_dendrogram <- function(dend, x, method = c("OLO", "GW"), ...) {
}


requireNamespace <- requireNamespace
requireNamespace <- NULL

0 comments on commit ba54b4c

Please sign in to comment.