No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
9477f87
... +0 ...
fb38366
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
24 | 24 | #' Note this may require administrator privileges. |
|
25 | 25 | #' @examples |
|
26 | 26 | #' if (findpython::can_find_python_cmd(minimum_version = "3.6")) { |
|
27 | - | #' font_file <- system.file("fonts/spleen/spleen-8x16.hex.gz", package = "bittermelon") |
|
28 | - | #' tempfile <- tempfile(fileext = ".hex") |
|
29 | - | #' writeLines(readLines(font_file), tempfile) |
|
27 | + | #' try({ |
|
28 | + | #' font_file <- system.file("fonts/spleen/spleen-8x16.hex.gz", package = "bittermelon") |
|
29 | + | #' tempfile <- tempfile(fileext = ".hex") |
|
30 | + | #' writeLines(readLines(font_file), tempfile) |
|
30 | 31 | #' |
|
31 | - | #' font <- read_monobit(tempfile) |
|
32 | - | #' capital_r <- font[[str2ucp("R")]] |
|
33 | - | #' print(capital_r, px = c(".", "#")) |
|
32 | + | #' font <- read_monobit(tempfile) |
|
33 | + | #' capital_r <- font[[str2ucp("R")]] |
|
34 | + | #' print(capital_r, px = c(".", "#")) |
|
34 | 35 | #' |
|
35 | - | #' filename <- tempfile(fileext = ".yaff") |
|
36 | - | #' write_monobit(font, filename) |
|
36 | + | #' filename <- tempfile(fileext = ".yaff") |
|
37 | + | #' write_monobit(font, filename) |
|
38 | + | #' }) |
|
37 | 39 | #' } |
|
38 | 40 | #' @seealso [bm_font()] for more information about bitmap font objects. |
|
39 | 41 | #' [read_hex()], [write_hex()], [read_yaff()], [write_yaff()] for pure R bitmap font readers and writers. |
Files | Coverage |
---|---|
R | 91.80% |
Project Totals (39 files) | 91.80% |
fb38366
9477f87