Skip to content

Commit

Permalink
add some imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobbossek committed Nov 24, 2015
1 parent c0b63d9 commit 2ab01e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
S3method(as.character,Network)
S3method(as.data.frame,Network)
S3method(as.matrix,Network)
S3method(autoplot,Network)
S3method(print,Network)
export(autoplot.Network)
export(dynamise)
export(exportToFile)
export(exportToTSPlibFormat)
Expand All @@ -31,7 +31,9 @@ import(ggplot2)
import(lhs)
import(lpSolve)
import(mvtnorm)
import(stats)
import(stringr)
import(utils)
importFrom(igraph,"V<-")
importFrom(igraph,V)
importFrom(igraph,graph.data.frame)
Expand Down
2 changes: 2 additions & 0 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#' @import ggplot2
#' @import checkmate
#' @import lpSolve
#' @import stats
#' @import utils
#' @importFrom igraph graph.data.frame
#' @importFrom igraph V
#' @importFrom igraph V<-
Expand Down
2 changes: 1 addition & 1 deletion man/autoplot.Network.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2ab01e5

Please sign in to comment.