Fix bug where unclustered nodes were being deleted if other nodes that are in clusters were present. Problem was this line clustervals[clustervals == ""] <- NAcharacter made the non-clustered nodes get dropped when this line got run: clusters <- split(nodeblock, clustervals) Since elsewhere in the code, all NA values are converted to "", keeping non-clustered nodes with the "" value avoids them being dropped by split().
Showing 1 of 1 files from the diff.
Newly tracked file
R/generate_dot.R
changed.
Files | Coverage |
---|---|
R | 81.04% |
Project Totals (241 files) | 81.04% |
2386.1
2386.2
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.