AnomalyDetection icon indicating copy to clipboard operation
AnomalyDetection copied to clipboard

Documentation to describe all dependencies needed to install the R package

Open cjnolet opened this issue 10 years ago • 2 comments

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 avatar Apr 11 '15 23:04 cjnolet

Perhaps this is somewhat related to #23

cjnolet avatar Apr 11 '15 23:04 cjnolet

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,

owenvallis avatar Apr 13 '15 00:04 owenvallis