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
0739d75
... +1 ...
583bc11
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
8 | 8 | .PreciseSumsVersion <- utils::packageVersion("PreciseSums") |
|
9 | 9 | .dparserVersion <- utils::packageVersion("dparser") |
|
10 | 10 | .onLoad <- function(libname, pkgname) { ## nocov start |
|
11 | - | if (!identical(.dparserVersion, utils::packageVersion("dparser"))) { |
|
12 | - | stop("RxODE compiled with dparser '", as.character(.dparserVersion), |
|
13 | - | "' but dparser '", as.character(utils::packageVersion("dparser")), |
|
14 | - | "' is loaded\nRecompile RxODE with the this version of dparser", |
|
15 | - | call. = FALSE |
|
16 | - | ) |
|
17 | - | } |
|
18 | - | if (!identical(.PreciseSumsVersion, utils::packageVersion("PreciseSums"))) { |
|
19 | - | stop("RxODE compiled with PreciseSums '", as.character(.PreciseSumsVersion), |
|
20 | - | "' but PreciseSums '", as.character(utils::packageVersion("PreciseSums")), |
|
21 | - | "' is loaded\nRecompile RxODE with the this version of PreciseSums", |
|
22 | - | call. = FALSE |
|
23 | - | ) |
|
24 | - | } |
|
25 | 11 | if (requireNamespace("pillar", quietly = TRUE)) { |
|
26 | 12 | .s3register("pillar::type_sum", "rxEvid") |
|
27 | 13 | .s3register("pillar::type_sum", "rxRateDur") |
Files | Coverage |
---|---|
R | 70.23% |
src | 90.14% |
inst/include/RxODE.h | 10.20% |
Project Totals (79 files) | 83.26% |
583bc11
ee89129
0739d75