Skip to content

Commit 8ac638b

Browse files
committed
do not use dontrun
1 parent 7a499d8 commit 8ac638b

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

R/AuditorFitters.R

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ RidgeAuditorFitter = R6::R6Class("RidgeAuditorFitter",
105105
#' binary valued columns: `subpops` passed during initialization.
106106
#' @family AuditorFitter
107107
#' @examples
108-
#' \dontrun{
109108
#' library("data.table")
110109
#' data = data.table(
111110
#' "AGE_NA" = c(0, 0, 0, 0, 0),
@@ -119,7 +118,6 @@ RidgeAuditorFitter = R6::R6Class("RidgeAuditorFitter",
119118
#' pops = list("AGE_NA", "AGE_0_10", "AGE_11_20", "AGE_21_31", function(x) {x[["X1" > 0.5]]})
120119
#' sf = SubpopAuditorFitter$new(subpops = pops)
121120
#' sf$fit(data, label - 0.5)
122-
#' }
123121
#' @export
124122
SubpopAuditorFitter = R6::R6Class("SubpopAuditorFitter",
125123
inherit = AuditorFitter,
@@ -179,7 +177,6 @@ SubpopAuditorFitter = R6::R6Class("SubpopAuditorFitter",
179177
#' binary `subgroup_masks` passed during initialization.
180178
#' @family AuditorFitter
181179
#' @examples
182-
#' \dontrun{
183180
#' library("data.table")
184181
#' data = data.table(
185182
#' "AGE_0_10" = c(1, 1, 0, 0, 0),
@@ -194,7 +191,6 @@ SubpopAuditorFitter = R6::R6Class("SubpopAuditorFitter",
194191
#' "M2" = c(1L, 0L, 0L, 0L, 1L)
195192
#' )
196193
#' sg = SubgroupAuditorFitter$new(masks)
197-
#' }
198194
#' @export
199195
SubgroupAuditorFitter = R6::R6Class("SubgroupAuditorFitter",
200196
inherit = AuditorFitter,

man/SubgroupAuditorFitter.Rd

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/SubpopAuditorFitter.Rd

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)