Skip to content

Commit 07f1d49

Browse files
authored
Merge pull request #135 from huizezhang-sherry/master
export check_dup
2 parents 0097ad7 + c1b829d commit 07f1d49

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

NAMESPACE

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export(areColors)
4040
export(basis_init)
4141
export(basis_random)
4242
export(center)
43+
export(check_dup)
4344
export(cmass)
4445
export(cumulative_radial)
4546
export(dcor2d)

R/search-jellyfish.R

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ search_jellyfish <- function(current, index, tries, max.tries = 50, ...) {
8989
#' @param bases a list of bases extracted from the data collection object, see examples
9090
#' @param min_dist the minimum distance between two bases
9191
#' @rdname jellyfish
92+
#' @export;
9293
check_dup <- function(bases, min_dist) {
9394
res <- list()
9495
res[[1]] <- bases[[1]]

0 commit comments

Comments
 (0)