Skip to content

Commit ac05c0f

Browse files
committed
Remove redundance igraph import.
1 parent 089f83d commit ac05c0f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/nimble/NAMESPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import(methods)
2-
import(igraph)
32
importFrom(coda, effectiveSize, as.mcmc, as.mcmc.list)
43
importFrom(igraph, plot.igraph, make_empty_graph, add_vertices, add_edges, topo_sort, permute)
54
importFrom(R6, R6Class)

packages/prep_pkg.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ cat(paste(text, collapse = "\n"), file = file.path("nimble", "man", "nimble-math
153153

154154
### 4. Create final NAMESPACE file, which is careful about what is exported
155155

156-
imports <- c("methods", "igraph")
156+
imports <- c("methods")
157157
imports <- paste("import(", imports, ")", sep = '', collapse = "\n")
158158

159159
importFroms <- c("coda, effectiveSize, as.mcmc, as.mcmc.list",

0 commit comments

Comments
 (0)