Skip to content

Commit

Permalink
imports
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Oct 12, 2023
1 parent 7802e9b commit 84b2c66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@ importFrom(data.table,rbindlist)
importFrom(data.table,set)
importFrom(digest,digest)
importFrom(digest,digest2int)
importFrom(digest,getVDigest)
importFrom(igraph,V)
importFrom(igraph,adjacent_vertices)
importFrom(igraph,get.edgelist)
Expand Down
2 changes: 1 addition & 1 deletion R/tar_package.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#' num_ansi_colors symbol
#' @importFrom codetools findGlobals
#' @importFrom data.table data.table fread fwrite rbindlist set
#' @importFrom digest digest digest2int
#' @importFrom digest digest digest2int getVDigest
#' @importFrom igraph adjacent_vertices get.edgelist gorder
#' graph_from_data_frame igraph_opt igraph_options is_dag simplify topo_sort
#' V
Expand Down

0 comments on commit 84b2c66

Please sign in to comment.