Skip to content

Commit 10bdbb2

Browse files
committed
xgboost 3.0.1 还未发布到 CRAN 上,临时的解决方案
1 parent 00469d9 commit 10bdbb2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/quarto-book-netlify.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494

9595
- name: Reinstall R packages from source
9696
run: |
97+
install.packages("xgboost", repos = c("https://dmlc.r-universe.dev", "https://cloud.r-project.org"))
9798
install.packages(c("Matrix", "MatrixModels", "rjags", "lme4", "TMB", "glmmTMB"), repos = "https://cran.r-project.org/", type = "source")
9899
shell: Rscript {0}
99100

DESCRIPTION

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ Imports:
6464
tensorflow,
6565
tidycensus,
6666
tikzDevice,
67-
xgboost (>= 3.0.0),
6867
xml2,
6968
xts,
7069
VGAM

0 commit comments

Comments
 (0)