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:
commit
f25ae0493a
|
@ -1,5 +1,5 @@
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue