R语言问题,R的rstatscn包的运行问题

问题遇到的现象和发生背景

R语言的rstatscn包
在运行的时候,出现“证书链是由不受信任的颁发机构颁发的”的问题,急

问题相关代码,请勿粘贴截图

library(rstatscn)
statscnDbs()
dbcode description
1 hgnd national data, yearly
2 hgjd national data, quaterly
3 hgyd national data, monthly
4 fsnd province data, yearly
5 fsjd province data, quaterly
6 fsyd province data, monthly
7 csnd city data, yearly
8 csyd city data, monthly
9 gjnd international data, yearly
10 gjyd international data, monthly
11 gjydsdj 3 main countries data, monthly

statscnQueryZb(dbcode='hgnd')

Error in curl::curl_fetch_memory(url, handle = handle) :
schannel: next InitializeSecurityContext failed: SEC_E_UNTRUSTED_ROOT (0x80090325) - 证书链是由不受信任的颁发机构颁发的。

运行结果及报错内容

Error in curl::curl_fetch_memory(url, handle = handle) :
schannel: next InitializeSecurityContext failed: SEC_E_UNTRUSTED_ROOT (0x80090325) - 证书链是由不受信任的颁发机构颁发的。

我的解答思路和尝试过的方法
我想要达到的结果