Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaneplusplus committed Feb 3, 2022
1 parent 318464d commit d1e50b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Authors@R: c(
role = c("aut", "cph", "cre"),
email = "michael.kane@yale.edu",
comment = c(ORCID = "http://orcid.org/0000-0003-1899-6662")
))
))
Description: Tools for analyzing mobility graphs.
License: Apache License (>= 2.0)
Encoding: UTF-8
Expand Down
1 change: 1 addition & 0 deletions R/componentize_matrix.r
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#' @param size_name the name of the column denoting the component size. Default
#' "size".
#' @importFrom foreach foreach %dopar% getDoParName registerDoSEQ
#' getDoParWorkers
#' @importFrom igraph components graph_from_adjacency_matrix
#' @importFrom tibble tibble
#' @importFrom itertools isplitVector
Expand Down

0 comments on commit d1e50b5

Please sign in to comment.