-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed CRAN issues and removed dependencies (#86)
- Loading branch information
1 parent
bfb4bb3
commit bf32fe9
Showing
35 changed files
with
1,246 additions
and
392 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: graphlayouts | ||
Title: Additional Layout Algorithms for Network Visualizations | ||
Version: 1.1.1 | ||
Version: 1.1.1.9000 | ||
Authors@R: person("David", "Schoch", email = "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0003-2952-4812")) | ||
Description: Several new layout algorithms to visualize networks are provided which are not part of 'igraph'. | ||
|
@@ -13,19 +13,14 @@ License: MIT + file LICENSE | |
Encoding: UTF-8 | ||
LazyData: true | ||
Imports: | ||
igraph, | ||
igraph (>= 2.0.0), | ||
Rcpp | ||
Suggests: | ||
oaqc, | ||
testthat, | ||
ggraph, | ||
ggplot2, | ||
knitr, | ||
rmarkdown, | ||
uwot | ||
LinkingTo: | ||
Rcpp, | ||
RcppArmadillo | ||
RoxygenNote: 7.3.0 | ||
RoxygenNote: 7.3.2 | ||
Roxygen: list(markdown = TRUE) | ||
VignetteBuilder: knitr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.