Package: corrr
Type: Package
Version: 0.3.0
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")),
  person("Jorge", "Cimentada", email = "cimentadaj@gmail.com", role = c("ctb")),
  person("Edgar", "Ruiz", email = "edgararuiz@gmail.com", role = c("ctb"))
  )
URL: https://github.com/drsimonj/corrr
BugReports: https://github.com/drsimonj/corrr/issues
Depends: R (>= 3.3.0)
LazyData: yes
License: MIT + file LICENSE
RoxygenNote: 6.0.1
Suggests: testthat (>= 1.0.2), knitr (>= 1.13), rmarkdown (>= 0.9.6),
        dbplyr (>= 1.2.1), DBI, RSQLite
Imports: dplyr (>= 0.5.0), magrittr (>= 1.5), tidyr (>= 0.5.1), ggplot2
        (>= 2.2.0), seriation (>= 1.2-0), lazyeval (>= 0.2.0), purrr
        (>= 0.2.2), tibble (>= 1.1), ggrepel (>= 0.6.5), methods (>=
        3.4.3), rlang(>= 0.2.0)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-07-11 01:06:59 UTC; sjackson
Author: Simon Jackson [aut, cre],
  Jorge Cimentada [ctb],
  Edgar Ruiz [ctb]
Maintainer: Simon Jackson <drsimonjackson@gmail.com>
Repository: CRAN
Date/Publication: 2018-07-31 05:40:03 UTC
