Skip to content

Commit

Permalink
Updated vignette with new edge direction and to not run full CreatePa…
Browse files Browse the repository at this point in the history
…ckageReport.
  • Loading branch information
jayqi committed Dec 6, 2018
1 parent 967990c commit d4d8a58
Show file tree
Hide file tree
Showing 8 changed files with 125 additions and 90 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ tests/testthat/Rplots.pdf
**/*.tar.gz
pkgnet.Rcheck/*
.Rproj.user

# Compiled vignette
inst/doc/*
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(
person("Brian", "Burns", email = "brian.burns@uptake.com", role = c("aut", "cre")),
person("James", "Lamb", email = "james.lamb@uptake.com", role = c("aut")),
person("Patrick", "Boueri", email = "patrick.boueri@uptake.com", role = c("ctb")),
person("Jay", "Qi", email = "jay.qi@uptake.com", role = c("ctb"))
person("Jay", "Qi", email = "jay.qi@uptake.com", role = c("aut"))
)
Maintainer: Brian Burns <brian.burns@uptake.com>
Description: Tools from the domain of graph theory can be used to quantify the complexity
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ importFrom(data.table,data.table)
importFrom(data.table,melt)
importFrom(data.table,rbindlist)
importFrom(data.table,setcolorder)
importFrom(data.table,setkeyv)
importFrom(data.table,setnames)
importFrom(data.table,uniqueN)
importFrom(futile.logger,INFO)
Expand Down
2 changes: 1 addition & 1 deletion R/AbstractGraphReporter.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#' \item{\code{graph_viz}}{Returns the graph visualization object}
#' \item{\code{layout_type}}{If no value given, the current layout type for the graph visualization is returned.
#' If a valid layout type is given, this function will update the layout_type field.
#' You can use \code{grep("^layout_\\S", getNamespaceExports("igraph"), value = TRUE)} to see valid options.}
#' You can use \code{grep("^layout_\\\\S", getNamespaceExports("igraph"), value = TRUE)} to see valid options.}
#' }
#' @importFrom data.table data.table copy uniqueN setkeyv
#' @importFrom R6 R6Class
Expand Down
6 changes: 2 additions & 4 deletions man/AbstractGraphReporter.Rd

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

4 changes: 2 additions & 2 deletions man/FunctionReporter.Rd

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

42 changes: 21 additions & 21 deletions man/InheritanceReporter.Rd

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

Loading

0 comments on commit d4d8a58

Please sign in to comment.