twitter / AnomalyDetection

Anomaly Detection with R
GNU General Public License v3.0
3.55k stars 776 forks source link

Can't install AnomalyDetection #3

Open kevinpCroat opened 9 years ago

kevinpCroat commented 9 years ago

On OS X 10.9.5 R 3.1.2

library(devtools) devtools::install_github("twitter/AnomalyDetection") Downloading github repo twitter/AnomalyDetection@master Error in function (type, msg, asError = TRUE) : SSL certificate problem: unable to get local issuer certificate

jhochenbaum commented 9 years ago

Hi Kevin, It looks like it might have something to do with cURL/RCurl. See https://github.com/hadley/devtools/issues/467 .

Best,