Package: corrr
Type: Package
Version: 0.4.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 visualizing the matrix in terms of the
    strength of the correlations.
Authors@R: 
    c(person(given = "Edgar",
             family = "Ruiz",
             email = "edgararuiz@gmail.com",
             role = c("aut", "cre")),
      person(given = "Simon",
            family = "Jackson",
            role = c("aut")),
      person(given = "Jorge",
            family = "Cimentada",
            role = c("aut"))                      
             )
Depends: R (>= 3.3.0)
Imports: dplyr (>= 0.8), ggplot2 (>= 2.2.0), seriation (>= 1.2-0),
        purrr (>= 0.2.2), tibble (>= 2.0), ggrepel (>= 0.6.5), methods
        (>= 3.4.3), rlang(>= 0.4.0)
Suggests: testthat (>= 2.1.0), knitr (>= 1.13), rmarkdown (>= 0.9.6),
        dbplyr (>= 1.2.1), DBI, RSQLite, sparklyr (>= 0.9), covr
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: yes
License: MIT + file LICENSE
URL: https://github.com/tidymodels/corrr
BugReports: https://github.com/tidymodels/corrr/issues
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-07-12 18:42:59 UTC; edgar
Author: Edgar Ruiz [aut, cre],
  Simon Jackson [aut],
  Jorge Cimentada [aut]
Maintainer: Edgar Ruiz <edgararuiz@gmail.com>
Repository: CRAN
Date/Publication: 2019-07-12 19:00:02 UTC
