Type: Package Package: circumplex Title: Analysis and Visualization of Circular Data Version: 2.0.0 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: Circumplex models, which organize constructs in a circle around two underlying dimensions, are popular for studying interpersonal functioning, mood/affect, and vocational preferences/environments. This package provides 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) and functions for creating publication-ready tables and figures from the results. License: GPL-3 URL: https://github.com/jmgirard/circumplex, http://circumplex.jmgirard.com/ BugReports: https://github.com/jmgirard/circumplex/issues Depends: R (>= 4.1) Imports: boot (>= 1.3-18), ggplot2 (>= 4.0.0), grid, htmlTable (>= 1.13.3), parallel, Rcpp, rlang, stats Suggests: brms, covr (>= 3.5.0), ggrepel, glmmTMB, kableExtra (>= 1.1.0), knitr (>= 1.28), lavaan, OpenMx, psych, RColorBrewer, rmarkdown (>= 2.1), roxygen2 (>= 7.1.0), testthat (>= 3.0.0), vdiffr LinkingTo: Rcpp, RcppArmadillo (>= 0.11) VignetteBuilder: knitr Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) Config/testthat/edition: 3 Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev Repository: https://jmgirard.r-universe.dev Date/Publication: 2026-07-24 04:21:52 UTC RemoteUrl: https://github.com/jmgirard/circumplex RemoteRef: HEAD RemoteSha: ad13787153e53f51d59d1ba9ce2e0222378415c9 NeedsCompilation: yes Packaged: 2026-07-24 05:01:27 UTC; root Author: Jeffrey Girard [aut, cre] (ORCID: ), Johannes Zimmermann [aut] (ORCID: ), Aidan Wright [aut] (ORCID: ) Maintainer: Jeffrey Girard