test:change the CRAN mirror site to a domestic one for R test

This commit is contained in:
chenhaoran 2024-06-06 11:06:16 +08:00
parent 8a75daff83
commit 1d9ad04fec
2 changed files with 1493 additions and 1493 deletions

View File

@ -1,5 +1,5 @@
if (! "RJDBC" %in% installed.packages()[, "Package"]) { if (! "RJDBC" %in% installed.packages()[, "Package"]) {
install.packages('RJDBC', repos='http://cran.us.r-project.org') install.packages('RJDBC', repos='http://mirrors.tuna.tsinghua.edu.cn/CRAN')
} }
# ANCHOR: demo # ANCHOR: demo

File diff suppressed because it is too large Load Diff