jmgirard / circumplex
Showing 1 of 1 files from the diff.

@@ -94,7 +94,7 @@
Loading
94 94
    }
95 95
    scores <- item_data %>%
96 96
      dplyr::transmute(!!new_name := rowMeans(item_data[, item_nums], na.rm)) %>% 
97 -
      dplyr::mutate_all(~dplyr::na_if(., "NaN"))
97 +
      dplyr::mutate_all(~dplyr::na_if(., NaN))
98 98
    .data <- dplyr::bind_cols(.data, scores)
99 99
  }
100 100
  .data
Files Coverage
R 70.49%
src 100.00%
Project Totals (11 files) 74.78%
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