Package: corrr
Type: Package
Version: 0.2.1
Title: Correlations in R
Description: A tool for exploring correlations.
    It makes it possible to easily perform routine tasks when
    exploring correlation matrices such as ignoring the diagonal,
    focusing on the correlations of certain variables against others,
    or rearranging and visualising the matrix in terms of the
    strength of the correlations.
Authors@R: c(
  person("Simon", "Jackson", email = "drsimonjackson@gmail.com", role = c("aut", "cre"))
  )
URL: https://github.com/drsimonj/corrr
BugReports: https://github.com/drsimonj/corrr/issues
Depends: R (>= 3.3.1), dplyr (>= 0.5.0)
LazyData: yes
License: MIT + file LICENSE
RoxygenNote: 5.0.1
Suggests: testthat (>= 1.0.2), knitr (>= 1.13), rmarkdown (>= 0.9.6)
Imports: magrittr (>= 1.5), tidyr (>= 0.5.1), ggplot2 (>= 2.1.0),
        seriation (>= 1.2-0), lazyeval (>= 0.2.0), purrr (>= 0.2.2),
        tibble (>= 1.1), ggrepel (>= 0.5)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2016-10-05 08:11:43 UTC; Simon Jackson
Author: Simon Jackson [aut, cre]
Maintainer: Simon Jackson <drsimonjackson@gmail.com>
Repository: CRAN
Date/Publication: 2016-10-10 13:51:49
