Package: procs Type: Package Title: Recreates Some 'SASĀ®' Procedures in 'R' Version: 1.0.9 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 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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/testthat/edition: 3 Config/pak/sysreqs: libicu-dev libjpeg-dev Repository: https://dbosak01.r-universe.dev Date/Publication: 2026-05-28 23:12:24 UTC RemoteUrl: https://github.com/dbosak01/procs RemoteRef: HEAD RemoteSha: 546ce987aba7598473546fbefac638f606980b43 NeedsCompilation: no Packaged: 2026-06-21 10:55:45 UTC; root Author: David Bosak [aut, cre], Diyu Yang [aut], Athenkosi Nkonyeni [aut], Kevin Kramer [ctb], Brian Varney [ctb], Duong Tran [ctb], Yifei Chen [ctb]