git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rgraphviz@87035 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -2,9 +2,9 @@ Package: Rgraphviz |
2 | 2 |
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 |
-Version: 2.7.1 |
|
6 |
-Author: Jeff Gentry, Li Long, Robert Gentleman, Seth Falcon, |
|
7 |
- Florian Hahne, Deepayan Sarkar, Kasper Daniel Hansen |
|
5 |
+Version: 2.7.2 |
|
6 |
+Author: Jeff Gentry, Li Long, Robert Gentleman, Seth Falcon, Florian |
|
7 |
+ Hahne, Deepayan Sarkar, Kasper Daniel Hansen |
|
8 | 8 |
Maintainer: Kasper Daniel Hansen <khansen@jhsph.edu> |
9 | 9 |
Depends: R (>= 2.6.0), methods, utils, graph, grid |
10 | 10 |
Imports: stats4, graphics, grDevices |
... | ... |
@@ -13,19 +13,8 @@ SystemRequirements: optionally Graphviz (>= 2.16) |
13 | 13 |
GraphvizDetails: Graphviz 2.28.0 |
14 | 14 |
License: EPL |
15 | 15 |
LazyLoad: Yes |
16 |
-Collate: AllGenerics.R |
|
17 |
- AllClasses.R |
|
18 |
- SimpleMethods.R |
|
19 |
- graphvizVersion.R |
|
20 |
- graphviz_build_version.R |
|
21 |
- agfunctions.R |
|
22 |
- attrs.R |
|
23 |
- graphLayout.R |
|
24 |
- plotGraph.R |
|
25 |
- plotUtils.R |
|
26 |
- layoutGraph.R |
|
27 |
- renderGraph.R |
|
28 |
- graph_methods.R |
|
29 |
- writers.R |
|
30 |
- zzz.R |
|
31 |
-biocViews: GraphsAndNetworks, NetworkVisualization |
|
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 |
|
20 |
+biocViews: GraphAndNetwork, Visualization |