Skip to content

Commit 9fae8a2

Browse files
author
Mike Nguyen
committed
fix: remove archived/GitHub-only packages from Suggests; add MCPanel to Remotes
Remove 5 packages not available on CRAN from Suggests: - rdbounds (never on CRAN) - fwildclusterboot (archived 2024-05-29) - wildrwolf (GitHub only) - estudy2 (GitHub only) - processR (GitHub only) Add MCPanel (used in utils_synthdid.R) to Remotes so pak can install it. Remove dependencies: hard restriction from CI - now all Suggests are installable.
1 parent 6cc0373 commit 9fae8a2

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
env:
2828
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
2929
R_KEEP_PKG_SOURCE: yes
30-
_R_CHECK_FORCE_SUGGESTS_: false
30+
_R_CHECK_FORCE_SUGGESTS_: 'false'
3131
_R_CHECK_CRAN_INCOMING_REMOTE_: false
3232

3333
steps:
@@ -45,7 +45,6 @@ jobs:
4545
with:
4646
extra-packages: any::rcmdcheck
4747
needs: check
48-
dependencies: '"hard"'
4948

5049
- uses: r-lib/actions/check-r-package@v2
5150
with:

DESCRIPTION

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ Suggests:
3434
rdpower,
3535
rdlocrand,
3636
rdmulti,
37-
rdbounds,
3837
ivreg,
3938
sensemakr,
4039
estimatr,
@@ -49,7 +48,6 @@ Suggests:
4948
WeightIt,
5049
EValue,
5150
rbounds,
52-
fwildclusterboot,
5351
ri2,
5452
bacondecomp,
5553
staggered,
@@ -64,11 +62,9 @@ Suggests:
6462
grf,
6563
Matching,
6664
sensitivitymv,
67-
wildrwolf,
6865
pak,
6966
remotes,
7067
frenchdata,
71-
estudy2,
7268
policytree,
7369
DoubleML,
7470
bartCause,
@@ -104,7 +100,6 @@ Suggests:
104100
broom,
105101
mgcv,
106102
blavaan,
107-
processR,
108103
MCPanel
109104
Config/testthat/edition: 3
110105
Imports:
@@ -128,5 +123,6 @@ Imports:
128123
plm (>= 2.6.3),
129124
MASS
130125
Remotes:
131-
synth-inference/synthdid@70c1ce3eac58e28c30b67435ca377bb48baa9b8a
126+
synth-inference/synthdid@70c1ce3eac58e28c30b67435ca377bb48baa9b8a,
127+
susanathey/MCPanel
132128
VignetteBuilder: knitr

0 commit comments

Comments
 (0)