Package: unsum
Title: Reconstruct Raw Data from Summary Statistics
Version: 0.3.0
Authors@R: c(
    person("Lukas", "Jung", , "jung-lukas@gmx.net", role = c("aut", "cre")),
    person("Nathanael", "Larigaldie", role = "ctb")
  )
Description: Reconstructs all possible raw data that could have led to reported
    summary statistics. Provides a wrapper for the 'Rust' implementation of the
    'CLOSURE' algorithm.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.3
Depends: R (>= 4.2.0)
Imports: cli, ggplot2 (>= 3.4.0), ggtext, grid, nanoparquet, rlang,
        roundwork, S7, scales, stats, tibble, utils
Collate: 'doc-helpers.R' 'standalone-last-export.R' 'constants.R'
        'utils.R' 'read-write-basic.R' 'performance.R' 'horns.R'
        'extendr-wrappers.R' 'count.R' 'plot-horns-histogram-basic.R'
        'plot-bar-basic.R' 'generate-basic.R' 'fn-formals.R'
        'fn-factory.R' 'generate.R' 'compare-sprite-closure.R'
        'demo-plot.R' 'horns-corrected.R' 'horns-plot-for-export.R'
        'plot-bar.R' 'plot-ecdf-basic.R' 'predicates-basic.R'
        'read-write.R' 's7-result.R' 'standalone-new-wrapper.R' 'zzz.R'
Config/rextendr/version: 0.4.2.9000
SystemRequirements: Cargo (Rust's package manager), rustc
URL: https://github.com/lhdjung/unsum, https://lhdjung.github.io/unsum/
BugReports: https://github.com/lhdjung/unsum/issues
Suggests: devtools, ggdist, glue, knitr, rmarkdown, testthat (>=
        3.0.0), withr
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/Needs/website: rmarkdown
NeedsCompilation: yes
Packaged: 2026-09-04 17:55:41 UTC; lukasjung
Author: Lukas Jung [aut, cre],
  Nathanael Larigaldie [ctb]
Maintainer: Lukas Jung <jung-lukas@gmx.net>
Repository: CRAN
Date/Publication: 2026-09-04 18:30:02 UTC
