twitter / AnomalyDetection

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

Documentation to describe all dependencies needed to install the R package #34

Open cjnolet opened 9 years ago

cjnolet commented 9 years ago

I am on a private network disconnected from the internet and I would like to install the R AnomalyDetection packages. Installing local on my laptop from the internet seems to pull in a bunch of other packages. It would be really really useful if there was documentation on the exact packages I would need to transfer in order to install.

I'm also new to R so maybe it's possible there's some equivalent in 'install.packages()' similar to maven's "copy-dependencies" where I can put everything in a folder and tar it up.

cjnolet commented 9 years ago

Perhaps this is somewhat related to #23

owenvallis commented 9 years ago

Thanks for checking out the package. All the dependencies are listed in the DESCRIPTION file under "Imports". At the moment, the package uses ggplot2, stringr, and lubridate.

Best,