r github rcurl

R-install_github falla



rcurl (1)

Estoy intentando instalar un paquete desde github en R, sin embargo, obtengo el siguiente error:

> 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

He establecido las opciones de RCurl como tales:

options(RCurlOptions = c(getOption("RCurlOptions"), ssl.verifypeer = FALSE, ssl.verifyhost = FALSE ) )

Después de comprobar el ajuste:

getOption("RCurlOptions")

vemos....

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

Todavía me sale el error:

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

alguna pista