Merge pull request #26059 from taosdata/test/3.0/TD-30462

test:change the CRAN mirror site to a domestic one for R test
This commit is contained in:
Alex Duan 2024-06-06 11:38:57 +08:00 committed by GitHub
commit f25ae0493a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 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