Type: Package
Package: circumplex
Title: Analysis and Visualization of Circular Data
Version: 0.3.1
Authors@R: 
    c(person(given = "Jeffrey",
             family = "Girard",
             role = c("aut", "cre"),
             email = "me@jmgirard.com",
             comment = c(ORCID = "0000-0002-7359-3746")),
      person(given = "Johannes",
             family = "Zimmermann",
             role = "aut",
             comment = c(ORCID = "0000-0001-6975-2356")),
      person(given = "Aidan",
             family = "Wright",
             role = "aut",
             comment = c(ORCID = "0000-0002-2369-0601")))
Description: Tools for analyzing and visualizing circular data,
    including scoring functions for relevant instruments and a
    generalization of the bootstrapped structural summary method from
    Zimmermann & Wright (2017) <doi:10.1177/1073191115621795> and
    functions for creating publication-ready tables and figures from the
    results. Future versions will include tools for circular fit and
    reliability analyses, as well as visualization enhancements.
License: GPL-3
URL: https://github.com/jmgirard/circumplex
BugReports: https://github.com/jmgirard/circumplex/issues
Depends: R (>= 3.3.0)
Imports: assertthat (>= 0.2.1), boot (>= 1.3-18), dplyr (>= 0.8.0.1),
        ggforce (>= 0.2.2), ggplot2 (>= 3.1.1), glue (>= 1.3.1),
        htmlTable (>= 1.13.1), magrittr (>= 1.5), purrr (>= 0.3.2),
        Rcpp (>= 1.0.1), rlang (>= 0.3.4), stats, tibble (>= 2.1.1),
        tidyr (>= 0.8.3)
Suggests: covr (>= 3.2.1), kableExtra (>= 1.1.0), knitr (>= 1.22),
        rmarkdown (>= 1.12), roxygen2 (>= 6.1.1), testthat (>= 2.1.1)
LinkingTo: Rcpp (>= 1.0.1), RcppArmadillo (>= 0.9.300.2.0)
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 6.1.1
NeedsCompilation: yes
Packaged: 2019-05-15 17:33:23 UTC; jmgirard
Author: Jeffrey Girard [aut, cre] (<https://orcid.org/0000-0002-7359-3746>),
  Johannes Zimmermann [aut] (<https://orcid.org/0000-0001-6975-2356>),
  Aidan Wright [aut] (<https://orcid.org/0000-0002-2369-0601>)
Maintainer: Jeffrey Girard <me@jmgirard.com>
Repository: CRAN
Date/Publication: 2019-05-15 18:00:03 UTC
