Package: ggExametrika Type: Package Title: Visualization of 'exametrika' Output Using 'ggplot2' Version: 1.1.2 Authors@R: c( person(given = "Koji", family = "Kosugi", role = c("aut", "cre"), email = "kosugitti@gmail.com", comment = c(ORCID = "0000-0001-5816-0099")), person(given = "Daichi", family = "Kamimura", role = c("aut"))) Description: Provides 'ggplot2'-based visualization functions for output objects from the 'exametrika' package, which implements test data engineering methods described in Shojima (2022, ISBN:978-981-16-9547-1). Supports a wide range of psychometric models including Item Response Theory, Latent Class Analysis, Latent Rank Analysis, Biclustering (binary, ordinal, and nominal), Bayesian Network Models, and related network models. All plot functions return 'ggplot2' objects that can be further customized by the user. URL: https://kosugitti.github.io/ggExametrika/, https://github.com/kosugitti/ggExametrika BugReports: https://github.com/kosugitti/ggExametrika/issues License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) Depends: R (>= 4.1.0), ggplot2 Imports: ggraph, ggrepel, gridExtra, igraph, tidyr Suggests: exametrika (>= 1.11.0), testthat (>= 3.0.0) Config/testthat/edition: 3 Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libfontconfig1-dev libfreetype6-dev libglpk-dev libicu-dev libxml2-dev Repository: https://kosugitti.r-universe.dev Date/Publication: 2026-07-22 03:48:14 UTC RemoteUrl: https://github.com/kosugitti/ggexametrika RemoteRef: HEAD RemoteSha: b610cc82c5bbf0683f6285ea20eb7baf9b2ffd7b NeedsCompilation: no Packaged: 2026-07-22 05:01:31 UTC; root Author: Koji Kosugi [aut, cre] (ORCID: ), Daichi Kamimura [aut] Maintainer: Koji Kosugi