Commit 050bd42
fix: remove MedBounds from Suggests to fix CI dependency failure
- MedBounds is archived (not on CRAN), causing all 5 GitHub Actions jobs
to fail at setup-r-dependencies@v2 step
- Replace requireNamespace("MedBounds") with system.file() check, which
performs the same runtime guard without triggering R CMD check warnings
- Fix two did2s event study plots: add -1000 to ref= to exclude
never-treated units from the x-axis (prevents axis expanding to -1000)
- Result: 0 errors, 0 warnings, 1 acceptable note; CI should now pass
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent d3b2d89 commit 050bd42
3 files changed
+18
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | | - | |
| 126 | + | |
128 | 127 | | |
129 | 128 | | |
130 | 129 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
51 | 54 | | |
52 | 55 | | |
53 | | - | |
54 | | - | |
55 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1453 | 1453 | | |
1454 | 1454 | | |
1455 | 1455 | | |
1456 | | - | |
| 1456 | + | |
1457 | 1457 | | |
1458 | 1458 | | |
1459 | 1459 | | |
1460 | | - | |
| 1460 | + | |
| 1461 | + | |
| 1462 | + | |
1461 | 1463 | | |
1462 | 1464 | | |
1463 | 1465 | | |
| |||
1577 | 1579 | | |
1578 | 1580 | | |
1579 | 1581 | | |
1580 | | - | |
| 1582 | + | |
1581 | 1583 | | |
1582 | 1584 | | |
1583 | 1585 | | |
1584 | | - | |
| 1586 | + | |
| 1587 | + | |
| 1588 | + | |
1585 | 1589 | | |
1586 | 1590 | | |
1587 | 1591 | | |
| |||
3476 | 3480 | | |
3477 | 3481 | | |
3478 | 3482 | | |
3479 | | - | |
| 3483 | + | |
3480 | 3484 | | |
3481 | 3485 | | |
3482 | 3486 | | |
| |||
3545 | 3549 | | |
3546 | 3550 | | |
3547 | 3551 | | |
3548 | | - | |
| 3552 | + | |
3549 | 3553 | | |
3550 | 3554 | | |
3551 | 3555 | | |
| |||
0 commit comments