Releases: rsquaredacademy/descriptr
descritpr 0.6.0
This is a minor release for bug fixes and other improvements.
New Features
ds_summary_stats()
can handle bothdata.frame
and numeric vector as input.
Bug Fixes
- Incorrect column name generates missing output (#123)
- Fix ggplot2 deprecated function warnings
Other Changes
descriptr 0.5.2
This is a patch release to fix CRAN notifications.
descriptr 0.5.1
This is a patch release to fix CRAN errors.
descriptr 0.5.0
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()
andds_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
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:
ds_measures_location()
ds_measures_variation()
ds_measures_symmetry()
ds_percentiles()
ds_extreme_obs()
Acknowledgements
A big thanks to @GegznaV and @adam_medcalf who contributed code, opened issues and provided valuable feedback.
descriptr 0.3.0
New Features
- shiny app for interactive analysis
- multi column statistics (#6)
descriptr 0.2.0
descriptr 0.1.1
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
First release.