nhejazi / biotmle
Showing 1 of 6 files from the diff.
Other files ignored by Codecov
DESCRIPTION has changed.
LICENSE was deleted.
R/plots.R has changed.
inst/NEWS has changed.

@@ -69,7 +69,7 @@
Loading
69 69
#' biomarkerTMLEout <- biomarkertmle(
70 70
#'   se = illuminaData[1:2, ],
71 71
#'   varInt = benz_idx,
72 -
#'   parallel = FALSE,
72 +
#'   bppar_type = BiocParallel::SerialParam(),
73 73
#'   g_lib = c("SL.mean", "SL.glm"),
74 74
#'   Q_lib = c("SL.bayesglm", "SL.glm")
75 75
#' )
@@ -137,7 +137,7 @@
Loading
137 137
  }
138 138
139 139
  # coerce matrix of baseline covariates to numeric
140 -
  if (!all(apply(W, 2, class) == "numeric")) {
140 +
  if (!all(is.numeric(apply(W, 2, class)))) {
141 141
    W <- tibble::as_tibble(apply(W, 2, as.numeric))
142 142
  }
143 143
Files Coverage
R 77.50%
Project Totals (4 files) 77.50%
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.
Grid
Each block represents a single file in the project. The size and color of each block is represented by the number of statements and the coverage, respectively.
Loading