Package: LISTC
Type: Package
Title: Pivot-Style Statistical Tables for Large-Scale Assessment Data
Version: 1.0.0
Authors@R: c(
    person("Kunxiang", "Ma", role = c("aut", "cre"),
           email = "makunxiang@weiandata.com"),
    person("WEIAN DATA TECH (Beijing) Co., Ltd.",
           role = c("cph", "fnd"), email = "contact@weiandata.com"))
Description: Turns assessment and survey sample data (demographics, scores,
    sampling weights, ability estimates with individual item response
    theory standard errors, replicate weights and plausible values) into
    fully customizable pivot-style statistical tables in which every cell
    carries a design-appropriate standard error. Provides weighted means,
    proportions above cut scores, proficiency-level percentages and
    quantiles; sampling variance via linearization, Woodruff (1952)
    <doi:10.1080/01621459.1952.10483443> intervals for quantiles, or
    balanced repeated replication and jackknife replicate weights
    including Fay's method; measurement variance via delta-method
    propagation of individual standard errors or Rubin (1987)
    <doi:10.1002/9780470316696> combination across plausible values.
    Imports data from 'CSV', 'Excel', 'SPSS', 'SAS', 'Stata' and item
    response theory software person files ('Winsteps', 'ConQuest'); a
    configuration-file interface serves non-programmers and automation;
    results export to formatted 'Excel', 'JSON' and standalone 'HTML'
    reports with rule-based plain-language interpretation.
License: GPL (>= 2)
Copyright: See file inst/COPYRIGHTS.
Encoding: UTF-8
Language: zh-CN
Depends: R (>= 4.1)
Imports: data.table, haven, jsonlite, openxlsx, readxl, rlang, stats,
        tibble, utils, yaml
Suggests: covr, knitr, readr, rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://github.com/weiandata/LISTC
BugReports: https://github.com/weiandata/LISTC/issues
Config/roxygen2/version: 8.0.0
NeedsCompilation: no
Packaged: 2026-07-18 20:11:21 UTC; makunxiang
Author: Kunxiang Ma [aut, cre],
  WEIAN DATA TECH (Beijing) Co., Ltd. [cph, fnd]
Maintainer: Kunxiang Ma <makunxiang@weiandata.com>
Repository: CRAN
Date/Publication: 2026-07-28 16:10:17 UTC
