Type: Package
Package: circumplex
Title: Analysis and Visualization of Circular Data
Version: 0.1.2
Authors@R: c(
  person("Jeffrey", "Girard", email = "me@jmgirard.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7359-3746")),
  person("Johannes", "Zimmermann", role = "aut", comment = c(ORCID = "0000-0001-6975-2356")),
  person("Aidan", "Wright", role = "aut", comment = c(ORCID = "0000-0002-2369-0601"))
  )
Description: Tools for analyzing and visualizing circular data, including 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 greatly enhanced visualization methods.
License: GPL-3
URL: https://github.com/jmgirard/circumplex
BugReports: https://github.com/jmgirard/circumplex/issues
Depends: R (>= 3.4.0)
Imports: assertthat (>= 0.2.0), boot (>= 1.3.20), dplyr (>= 0.7.6),
        ggforce (>= 0.1.3), ggplot2 (>= 3.0.0), htmlTable (>= 1.12),
        magrittr (>= 1.5), purrr (>= 0.2.5), Rcpp (>= 0.12.18), rlang
        (>= 0.2.1), stats, tibble (>= 1.4.2), tidyr (>= 0.8.1)
LinkingTo: Rcpp (>= 0.12.18), RcppArmadillo (>= 0.8.600.0.0)
RoxygenNote: 6.1.0
Suggests: covr (>= 3.1.0), forcats (>= 0.3.0), kableExtra (>= 0.9.0),
        knitr (>= 1.20), psych (>= 1.8.4), rmarkdown (>= 1.10),
        testthat (>= 2.0.0)
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2018-08-06 18:39:41 UTC; jgirard
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: 2018-08-06 21:00:02 UTC
