Skip to content

Commit

Permalink
Import combn from utils.
Browse files Browse the repository at this point in the history
  • Loading branch information
MHenderson committed Aug 20, 2024
1 parent 59fcbce commit 4326ac3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ export(n_filled_cells)
export(unused_pairs)
export(volume)
importFrom(R6,R6Class)
importFrom(utils,combn)
2 changes: 2 additions & 0 deletions R/unused-pairs.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#'
#' @return A list of pairs not used in R.
#' @export
#'
#' @importFrom utils combn
unused_pairs <- function(R, n) {

used_pairs <- R |> dplyr::select(first, second)
Expand Down

0 comments on commit 4326ac3

Please sign in to comment.