|
4 | 4 | <div align="center"> |
5 | 5 |
|
6 | 6 | <hr style="color:transparent" /> |
| 7 | + |
7 | 8 | <a href='https://rich-iannone.github.io/DiagrammeR/'><img src="man/figures/logo.svg" width="350px"/></a> |
8 | 9 | <hr style="color:transparent"/> |
9 | 10 |
|
10 | 11 | <!-- badges: start --> |
| 12 | + |
11 | 13 | [](https://CRAN.R-project.org/package=DiagrammeR) |
13 | 15 | [](https://github.com/rich-iannone/DiagrammeR/actions/workflows/R-CMD-check.yaml) |
@@ -503,7 +505,7 @@ j_graph |
503 | 505 | #> CACHE / <none> |
504 | 506 | #> GLOBAL ATTRS / 17 are set info: `get_global_graph_attr_info()` |
505 | 507 | #> GRAPH ACTIONS / <none> |
506 | | -#> GRAPH LOG / <3 actions> -> add_edges_from_table() -> () -> drop_node_attrs() |
| 508 | +#> GRAPH LOG / <8 actions> -> () -> () -> () |
507 | 509 | ``` |
508 | 510 |
|
509 | 511 | Now, because we have node/edge metadata (categorical labels and |
@@ -575,8 +577,8 @@ render_graph(graph, layout = "kk") |
575 | 577 |
|
576 | 578 | <img src="man/figures/graph_example_1.png"> |
577 | 579 |
|
578 | | -Now that the graph is set up, you can create queries with |
579 | | -pipelines to get specific answers from the graph. |
| 580 | +Now that the graph is set up, you can create queries with pipelines to |
| 581 | +get specific answers from the graph. |
580 | 582 |
|
581 | 583 | Get the average age of all the contributors. Select all nodes of type |
582 | 584 | `person` (not `project`). Each node of that type has non-`NA` `age` |
@@ -798,8 +800,7 @@ participating in this project you agree to abide by its terms. |
798 | 800 |
|
799 | 801 | ## 🏛️ Governance |
800 | 802 |
|
801 | | -This project is primarily maintained by [Rich |
802 | | -Iannone](https://twitter.com/riannone). Other authors may occasionally |
| 803 | +This project is primarily maintained by Rich Iannone. Other authors may occasionally |
803 | 804 | assist with some of these duties. |
804 | 805 |
|
805 | 806 | <hr> |
0 commit comments