Commit 86c0389
committed
PR #457 R12 polish: correct fixture-3 inline comment in R generator
R12 verdict was Looks good with 1 P3 informational item: the
fixture-3 inline comment in benchmarks/R/generate_bacon_golden.R
still described the old contract — said R "natively groups first_treat=1
with U" (wrong; R keeps them as a distinct cohort and emits
`Later vs Always Treated`) and said "30 never-treated" (wrong; the
script builds 25 never-treated). The header docstring + meta.description
template were updated in R11, but this inline block-comment slipped.
Rewrote the inline comment to match: (a) the actual fixture
construction (5 always-treated, 25 never-treated, 3 timing cohorts at
times 3/4/5); (b) the correct R behavior (separate cohort, separate
`Later vs Always Treated` rows); (c) pointers to REGISTRY note +
deviation block; (d) what the parity tests carve out vs fold-back.1 parent a202dca commit 86c0389
1 file changed
Lines changed: 15 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
213 | 223 | | |
214 | 224 | | |
215 | 225 | | |
| |||
0 commit comments