• Fixed bug on proc_means() to return a tibble when input is a tibble.
  • Added parameter check for no rows on input data for all functions.
  • Added proc_reg() function.
  • Fixed bug on proc_means() when ordered factor used as class.
  • Fixed bug on proc_transpose() when ordered factor used on by parameter.
  • Fixed bug on proc_freq() when factor used with ‘missing’ option.
  • Updates to documentation.
  • Added “as.character” parameter to proc_sort() to cast any factors in the by variables to character. This parameter is the counter-point to the “as.factor” parameter on the value() function in the fmtr package.
  • Added an “options” parameter to proc_transpose(). For now accepts only one option “noname” which will drop the NAME variable from the output dataset.
  • Added proc_ttest() function.
  • Fixed ‘class’ parameter on ‘proc_freq()’.
  • Fixed sparse output when variables are defined as factors.
  • Put interactive() condition on viewer functions so as not to produce unnecessary temp files in batch sessions.
  • Added ‘dupkey’ option to proc_sort().
  • Added ‘completetypes’ option to proc means.
  • Released to CRAN.
  • Added alpha = option for confidence limits.
  • Differentiated between one-side and two-sided confidence limits.
  • Added codecov.
  • Various fixes.
  • Added validation document.
  • Allowed ordering of frequencies using factors.
  • Documentation updates.
  • Another big revision on return datasets.
  • Added more options to out() function.
  • Wrote documentation.
  • Big revision on return datasets.
  • Added attributes to reporter.
  • Added proc_print().
  • Means and Transpose documentation.
  • More options on transpose.
  • Added proc_sort().
  • Stub in proc compare.
  • Create pkgdown site.
  • Setup GitHub Actions.
  • Add vignette stubs.

A package to recreate some common SAS statistical procedures. Development Version 0.0.9000 will attempt to provide some of the functionality of SAS ‘proc freq’.