小编scr*_*eig的帖子

R - install_github失败

我试图从R中的github安装一个包,但是我收到以下错误:

> install_github("jmp75/rClr", build_vignettes=TRUE)
Downloading github repo jmp75/rClr@master
Error in curl::curl_fetch_memory(url, handle = handle) : 
Peer certificate cannot be authenticated with given CA certificates
Run Code Online (Sandbox Code Playgroud)

我已经设置了RCurl选项:

options(RCurlOptions = c(getOption("RCurlOptions"),   ssl.verifypeer = FALSE,  ssl.verifyhost = FALSE ) )
Run Code Online (Sandbox Code Playgroud)

检查设置后:

getOption("RCurlOptions")
Run Code Online (Sandbox Code Playgroud)

我们看....

$cainfo
[1] "C:/_CODE/R/Library/RCurl/etc/ca-bundle.crt"

$ssl.verifypeer
[1] FALSE

$ssl.verifyhost
[1] FALSE
Run Code Online (Sandbox Code Playgroud)

我仍然得到错误:

Downloading github repo jmp75/rClr@master
Error in curl::curl_fetch_memory(url, handle = handle) : 
Peer certificate cannot be authenticated with given CA certificates
Run Code Online (Sandbox Code Playgroud)

任何线索

r github rcurl

22
推荐指数
1
解决办法
1万
查看次数

protobuf-net 是否支持命名元组?

protobuf-net 是否支持命名元组的序列化?

例如

 [ProtoMember(1)]
 protected readonly SortedDictionary<double, (double Bid, double Ask, double Open, double High, double Low, double Close, int Volume, int OpenInt)> FuturesCurveData;
Run Code Online (Sandbox Code Playgroud)

c# protocol-buffers protobuf-net

2
推荐指数
1
解决办法
2416
查看次数

标签 统计

c# ×1

github ×1

protobuf-net ×1

protocol-buffers ×1

r ×1

rcurl ×1