@@ -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
124122SubpopAuditorFitter = 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
199195SubgroupAuditorFitter = R6 :: R6Class(" SubgroupAuditorFitter" ,
200196 inherit = AuditorFitter ,
0 commit comments