Package: procs
Type: Package
Title: Recreates Some 'SAS®' Procedures in 'R'
Version: 1.0.8
Authors@R: c(
    person(given = "David",
           family = "Bosak",
           role = c("aut", "cre"),
           email = "dbosak01@gmail.com"),
    person(given = "Diyu",
           family = "Yang",
           role = c("aut"),
           email = "yang0diyu@gmail.com"),
    person(given = "Athenkosi",
           family = "Nkonyeni",
           role = c("aut"),
           email = "athenkosi.nkonyeni@outlook.com"),
    person(given = "Kevin",
           family = "Kramer",
           role = c("ctb"),
           email = "kkrame02@amgen.com"),
    person(given = "Brian",
           family = "Varney",
           role = c("ctb"),
           email = "brian.varney@experis.com"),
    person(given = "Duong",
           family = "Tran",
           role = c("ctb"),
           email = "trand000@aol.com"),
    person(given = "Yifei",
           family = "Chen",
           role = c("ctb"),
           email = "yifeichen@andrewsosborne.com")
           )
Maintainer: David Bosak <dbosak01@gmail.com>
Description: Contains functions to simulate the most commonly used 
    'SAS®' procedures.  Specifically, the package aims to 
    simulate the functionality of 'proc freq', 'proc means', 'proc ttest',
    'proc reg', 'proc transpose', 'proc sort', and 'proc print'. 
    The simulation will include recreating 
    all statistics with the highest fidelity possible. 
License: CC0
Encoding: UTF-8
URL: https://procs.r-sassy.org, https://github.com/dbosak01/procs
BugReports: https://github.com/dbosak01/procs/issues
Depends: R (>= 3.6.0), common (>= 1.1.5)
Suggests: knitr, rmarkdown, testthat (>= 3.0.0), covr, logr, ggplot2
Imports: utils, fmtr, reporter, stats, tibble, sasLM (>= 0.9.9),
        graphics, withr
VignetteBuilder: knitr
RoxygenNote: 7.3.3
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2026-03-20 02:59:11 UTC; dbosa
Author: David Bosak [aut, cre],
  Diyu Yang [aut],
  Athenkosi Nkonyeni [aut],
  Kevin Kramer [ctb],
  Brian Varney [ctb],
  Duong Tran [ctb],
  Yifei Chen [ctb]
Repository: CRAN
Date/Publication: 2026-03-20 06:10:24 UTC
Built: R 4.7.0; ; 2026-04-28 04:09:14 UTC; windows
