wrap time consuming example in \donttest{}
Showing 1 of 1 files from the diff.
Newly tracked file
R/CellBlock.R
changed.
@@ -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% |
59.1
59.1
59.2
59.5
59.3
59.2
59.3
59.4
59.4
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.