Documentation to describe all dependencies needed to install the R package
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.
Perhaps this is somewhat related to #23
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,