README.md

packageAnalyzeR

This package was developed to facilitate data collection for the Stat 503 (Data Mining) final project. The goal is to make it easy to download the source code of a package from CRAN and create various statistics for the package. Once enough data is collected we can use the collected data to try to cluster the packages to see which packages are written in a similar manner.

Some examples of statistics that will eventually be supported:

Installation

Currently there isn't a release on CRAN.

You can, however, download the zip ball or tar ball, decompress and run R CMD INSTALL on it, or use the devtools package to install the development version:

## Make sure your current packages are up to date
update.packages()
## devtools is required
library(devtools)
install_github("packageAnalyzeR", "Dasonk")

Note: Windows users need Rtools and devtools to install this way.

Help

For help you can figure it out yourself. Eventually there will be help support but not yet. Deal with it.



Dasonk/packageAnalyzeR documentation built on May 6, 2019, 1:38 p.m.