Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nhejazi committed Oct 7, 2024
1 parent 8d2f0c2 commit d9ab177
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup R
uses: r-lib/actions/setup-r@v2
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Install package dependencies
run: |
install.packages(c("remotes", "devtools", "rcmdcheck", "covr", "sessioninfo"))
install.packages(c("remotes", "rcmdcheck", "covr", "sessioninfo"))
remotes::install_deps(dependencies = TRUE)
shell: Rscript {0}

Expand Down
10 changes: 4 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Depends: R (>= 3.6.0)
Imports:
data.table,
assertthat,
origami (>= 1.0.3),
origami (>= 1.0.7),
R6,
uuid,
BBmisc,
Expand Down Expand Up @@ -68,7 +68,7 @@ Suggests:
glmnet,
grf,
gbm,
hal9001 (>= 0.4.4),
hal9001 (>= 0.4.6),
h2o,
keras,
nloptr,
Expand All @@ -84,16 +84,14 @@ Suggests:
xgboost,
lightgbm,
dbarts,
gam (>= 1.15.0),
haldensify (>= 0.2.3),
gam,
haldensify (>= 0.2.7),
mgcv,
hts,
GA,
SIS,
partykit
Remotes:
github::tlverse/origami,
github::tlverse/hal9001@devel,
github::nhejazi/haldensify
License: GPL-3
Language: en-US
Expand Down

0 comments on commit d9ab177

Please sign in to comment.