... | ... |
@@ -3,18 +3,42 @@ Title: Provides plotting capabilities for R graph objects |
3 | 3 |
Description: Interfaces R with the AT and T graphviz library for |
4 | 4 |
plotting R graph objects from the graph package. |
5 | 5 |
Version: 2.9.0 |
6 |
-Author: Jeff Gentry, Li Long, Robert Gentleman, Seth Falcon, Florian |
|
7 |
- Hahne, Deepayan Sarkar, Kasper Daniel Hansen |
|
8 |
-Maintainer: Kasper Daniel Hansen <khansen@jhsph.edu> |
|
9 |
-Depends: R (>= 2.6.0), methods, utils, graph, grid |
|
10 |
-Imports: stats4, graphics, grDevices |
|
11 |
-Suggests: RUnit, BiocGenerics, XML |
|
6 |
+Authors@R: c(person(c("Kasper", "Daniel"), "Hansen", role = c("cre", "aut"), |
|
7 |
+ email = "kasperdanielhansen@gmail.com"), |
|
8 |
+ person("Jeff", "Gentry", role = "aut"), |
|
9 |
+ person("Li", "Long", role = "aut"), |
|
10 |
+ person("Robert", "Gentleman", role = "aut"), |
|
11 |
+ person("Seth", "Falcon", role = "aut"), |
|
12 |
+ person("Florian", "Hahne", role = "aut"), |
|
13 |
+ person("Deepayan", "Sarkar", role = "aut")) |
|
14 |
+Depends: R (>= 2.6.0), |
|
15 |
+ methods, |
|
16 |
+ utils, |
|
17 |
+ graph, |
|
18 |
+ grid |
|
19 |
+Imports: stats4, |
|
20 |
+ graphics, |
|
21 |
+ grDevices |
|
22 |
+Suggests: RUnit, |
|
23 |
+ BiocGenerics, |
|
24 |
+ XML |
|
12 | 25 |
SystemRequirements: optionally Graphviz (>= 2.16) |
13 | 26 |
GraphvizDetails: Graphviz 2.28.0 |
14 | 27 |
License: EPL |
15 | 28 |
LazyLoad: Yes |
16 |
-Collate: AllGenerics.R AllClasses.R SimpleMethods.R graphvizVersion.R |
|
17 |
- graphviz_build_version.R agfunctions.R attrs.R graphLayout.R |
|
18 |
- plotGraph.R plotUtils.R layoutGraph.R renderGraph.R |
|
19 |
- graph_methods.R writers.R zzz.R |
|
29 |
+Collate: AllGenerics.R |
|
30 |
+ AllClasses.R |
|
31 |
+ SimpleMethods.R |
|
32 |
+ graphvizVersion.R |
|
33 |
+ graphviz_build_version.R |
|
34 |
+ agfunctions.R |
|
35 |
+ attrs.R |
|
36 |
+ graphLayout.R |
|
37 |
+ plotGraph.R |
|
38 |
+ plotUtils.R |
|
39 |
+ layoutGraph.R |
|
40 |
+ renderGraph.R |
|
41 |
+ graph_methods.R |
|
42 |
+ writers.R |
|
43 |
+ zzz.R |
|
20 | 44 |
biocViews: GraphAndNetwork, Visualization |