From 45d515d611e0d26c7d7009bb4621c779c59c4089 Mon Sep 17 00:00:00 2001 From: Jitao David Zhang Date: Fri, 13 Feb 2026 14:44:33 +0100 Subject: [PATCH] Description field should not start with function name, 'this package', or similar. --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index e0c4642..1baeef6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -9,7 +9,7 @@ Authors@R: role = c("aut", "cre"), email = "jitao_david.zhang@roche.com", comment = c(ORCID="0000-0002-3085-0909"))) -Description: The package implements tools to manipulate and visualize graphs (networks) for computational biology in drug discovery, for instance functions for creating bipartite graphs and for interactive visualizations. Zhang (2025) . +Description: Tools to manipulate and visualize graphs (networks) for computational biology in drug discovery, for instance functions for creating bipartite graphs and for interactive visualizations. Zhang (2025) . Depends: R (>= 3.4.0), igraph