Package: statuser
Type: Package
Title: Statistical Tools Designed for End Users
Version: 0.3.0
Authors@R: c(
    person(given = "Uri",
           family = "Simonsohn",
           role = c("aut", "cre"),
           email = "urisohn@gmail.com"))
Author: Uri Simonsohn [aut, cre]
Maintainer: Uri Simonsohn <urisohn@gmail.com>
Description: The statistical tools in this package do one of four things:
    1) Enhance basic statistical functions with more 
    flexible inputs, smarter defaults, and richer, clearer, and ready-to-use 
    output (e.g., t.test2())
    2) Produce publication-ready commonly needed figures with one line of code (e.g., plot_cdf())
    3) Implement novel analytical tools developed by the authors (e.g., twolines())
    4) Deliver niche functions of high value to the authors that are not easily
    available elsewhere (e.g., clear(), convert_to_sql(), resize_images()).
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.3
Imports: mgcv, marginaleffects, rsvg, magick, sandwich, lmtest,
        lmerTest, digest, beeswarm, utils
Suggests: testthat (>= 3.0.0), crayon, quantreg, estimatr, broom,
        modelsummary
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2026-05-20 20:24:19 UTC; uri_s
Depends: R (>= 3.5.0)
Repository: CRAN
Date/Publication: 2026-05-20 20:50:02 UTC
