Newly tracked file
R/CellBlock.R
changed.
Showing 1 of 1 files from the diff.
@@ -72,7 +72,7 @@
Loading
72 | 72 | #' @author Adrian Dragulescu |
|
73 | 73 | #' @examples |
|
74 | 74 | #' |
|
75 | - | #' |
|
75 | + | #' \donttest{ |
|
76 | 76 | #' wb <- createWorkbook() |
|
77 | 77 | #' sheet <- createSheet(wb, sheetName="CellBlock") |
|
78 | 78 | #' |
@@ -98,6 +98,7 @@
Loading
98 | 98 | #' |
|
99 | 99 | #' # Don't forget to save the workbook ... |
|
100 | 100 | #' # saveWorkbook(wb, file) |
|
101 | + | #' } |
|
101 | 102 | #' |
|
102 | 103 | #' @export |
|
103 | 104 | CellBlock <- function(sheet, startRow, startColumn, noRows, noColumns, |
Files | Coverage |
---|---|
R | 84.84% |
Project Totals (25 files) | 84.84% |
57.3
57.3
58.1
57.4
58.5
58.2
58.3
58.3
58.4
57.2
57.1
57.5
57.2
58.1
57.1
58.2
58.5
57.4
57.5
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.