SyntaxFix
Write A Post
Hire A Developer
Questions
From cran, you can install directly from a github repository address. So if you want the package at https://github.com/twitter/AnomalyDetection:
https://github.com/twitter/AnomalyDetection
library(devtools) install_github("twitter/AnomalyDetection")
does the trick.