Changed encoding function in bold_seqspec
Showing 1 of 1 files from the diff.
R/bold_seqspec.R
changed.
@@ -62,7 +62,7 @@
Loading
62 | 62 | } else { |
|
63 | 63 | tt <- paste0(rawToChar(out$content, multiple = TRUE), collapse = "") |
|
64 | 64 | if (tt == "") return(NA) |
|
65 | - | Encoding(tt) <- "UTF-8" |
|
65 | + | tt <- enc2utf8(tt) |
|
66 | 66 | if (grepl("Fatal error", tt)) { |
|
67 | 67 | stop("BOLD servers returned an error - we're not sure what happened\n ", |
|
68 | 68 | "try a smaller query - or open an issue and we'll try to help") |
Files | Coverage |
---|---|
R | 77.35% |
Project Totals (11 files) | 77.35% |
2247345867
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.