summaryrefslogtreecommitdiff
path: root/DESCRIPTION
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-06-12 17:41:21 -0700
committerChris Sobczak <chris@sobczak.family>2026-06-12 17:41:21 -0700
commit48fe2c177b746c4a4957f7aa6cbec1cb50cf22b4 (patch)
tree842c3a7067b47795ef1688303f38e9c6ad81f32c /DESCRIPTION
parent27bffa864ac6ebfa9bc5ad4c577d5da02cd3bac4 (diff)
Create networkplot
Diffstat (limited to 'DESCRIPTION')
-rw-r--r--DESCRIPTION3
1 files changed, 2 insertions, 1 deletions
diff --git a/DESCRIPTION b/DESCRIPTION
index 0152b88..186479f 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -10,7 +10,8 @@ Roxygen: list(markdown = TRUE)
RoxygenNote: 8.0.0.9000
Imports:
ggplot2,
- ragg,
+ ggraph,
+ igraph,
reshape2
Suggests:
testthat (>= 3.0.0)