Skip to content

Releases: dbosak01/procs

procs v1.0.6

07 Mar 01:05
Compare
Choose a tag to compare
  • 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.

procs v1.0.5

20 Jan 06:13
Compare
Choose a tag to compare
  • 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.

procs v1.0.4

20 Dec 19:40
Compare
Choose a tag to compare
  • 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.

procs v1.0.3

05 Sep 20:14
Compare
Choose a tag to compare
  • First release version includes 'proc_freq()', 'proc_means()', 'proc_transpose()', 'proc_sort()', and 'proc_print()'
  • 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.