Skip to content

Releases: rsquaredacademy/descriptr

descriptr 0.5.2

09 Dec 17:50
9dd886b
Compare
Choose a tag to compare

This is a patch release to fix CRAN notifications.

descriptr 0.5.1

01 Feb 09:33
c7ee1f4
Compare
Choose a tag to compare

This is a patch release to fix CRAN errors.

descriptr 0.5.0

22 Jan 07:36
39db3b0
Compare
Choose a tag to compare

This is a minor release for fixing bugs and new features.

New Features

  • ds_tiy_stats() will detect continuous variables in the data set and return
    summary statistics for all of them. (#68)
  • ds_auto_summary_stats() will detect all continuous variables in the data
    set and return summary statistics and frequency tables for all of them.
    (#69)
  • ds_plot_*() family of functions will detect continuous and categorical
    variables in the data set and generate appropriate plots. (#70)
  • ds_launch_shiny_app() will check if suggested packages are available and
    offer to install the missing packages. (#76)
  • ds_measures_*() family of functions now accept multiple arguments. (#78)
  • ds_auto_freq_table() and ds_auto_cross_table() allow users to specify a
    subset of variables. (#83)
  • ds_freq_table() now works for both continuous and categorical data. (#90)
  • Some minor improvements to the error messages. (#51)

Deprecation

All the ds_* functions related to visualizing probability distributions have
been soft deprecated and will be removed in the next release. Please use the
vistributions package going forward.

The shiny app has been soft-deprecated and will be removed in the next release.
Please use the xplorerr package
going forward.

The following functions have been soft-deprecated and will be removed in the
next release:

  • ds_freq_cont()
  • ds_oway_tables()
  • ds_tway_tables()

0.4.1

20 Mar 10:44
4d17ed3
Compare
Choose a tag to compare

This is a patch release for some minor improvements and bug fixes.

Bug Fixes

  • descriptr:::print_screen() fails if a variable has more than one class (#26)
  • ds_summary_stats() does not show missing values (#30)
  • Multiple variable statistics throws error in the presence of NA (#33)
  • Error in cross table in presence of NA (#40)

New Features

  • Turn off button in the app (#29)
  • Show frequency of missing values in frequency table (#32)
  • ds_freq_cont() should return a tibble (#34)

The following now return tibbles to facilitate further analysis:

  • ds_twoway_table()
  • ds_freq_table()
  • ds_freq_cont()
  • ds_group_summary()

New to descriptr are the following which generate summary statistics:

Acknowledgements

A big thanks to @GegznaV and @adam_medcalf who contributed code, opened issues and provided valuable feedback.

descriptr 0.3.0

12 Dec 12:55
Compare
Choose a tag to compare

New Features

  • shiny app for interactive analysis
  • multi column statistics (#6)

descriptr 0.2.0

03 Sep 13:07
Compare
Choose a tag to compare

Minor release for bug fixes.

Bug Fixes

  • multiple one way table returns an error (#2)
  • ftable returned by freq_table must be data.frame or tibble (#3)
  • multiple one way table returns an error (#4)

descriptr 0.1.1

01 Jun 07:52
Compare
Choose a tag to compare

This is a patch release to fix bugs.

Bug Fixes

  • typo in group_summary(); maximum and minimum were reversed
  • norm_plot() was non-reactive to changes in standard deviation (#1).

First Release

13 Feb 14:44
Compare
Choose a tag to compare

First release.