thomasp85 / tidygraph
Showing 1 of 1 files from the diff.
Newly tracked file
R/group.R changed.

@@ -180,9 +180,6 @@
Loading
180 180
  expect_nodes()
181 181
  weights <- enquo(weights)
182 182
  weights <- eval_tidy(weights, .E())
183 -
  if (is.null(weights)) {
184 -
    weights <- NA
185 -
  }
186 183
  group <- cluster_walktrap(graph = .G(), weights = weights, steps = steps)
187 184
  if (is.null(n_groups)) {
188 185
    group <- membership(group)
Files Coverage
R 47.91%
src/get_paths.cpp 0.00%
Project Totals (47 files) 47.26%
1
comment: false
2

3
coverage:
4
  status:
5
    project:
6
      default:
7
        target: auto
8
        threshold: 1%
9
        informational: true
10
    patch:
11
      default:
12
        target: auto
13
        threshold: 1%
14
        informational: true
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file. The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files. The size and color of each slice is representing the number of statements and the coverage, respectively.
Grid
Each block represents a single file in the project. The size and color of each block is represented by the number of statements and the coverage, respectively.
Loading