
Changelog
relper 3.0.0 (Calculations All The Way)
In this major release,
relper
enhances its data analysis capabilities with a powerful suite of functions for computing various metrics and calculations.These additions transform the package into a comprehensive “Data Insight Toolbox,” empowering users to gain deeper insights and perform advanced analyses on their datasets. Additionally, some functions have been renamed for better clarity and consistency.
Additions
- Functions:
calc_association
,calc_correlation
,calc_kurtosis
,calc_modality
,calc_skewness
,is_weekend
,stat_normality
andsummary_xy
Improvements
- Renaming of the functions:
calc_date_aux()
todttm_vars
andcalc_date_diff()
todttm_diff
relper 3.6.9
Additions
- Parameter
prefix
to the functiondttm_vars
- Parameter
...
to the functionplt_scale_y_mirror
to apply the functionformat_num
to the breaks labels
relper 2.0.0 (Visual Delight)
In this major release,
relper
introduces a brand-new feature calledpalette_
, that contains palettes inspired by movies and TV shows.The
palette_
functions provides users with a rich collection of color palettes carefully curated from popular films and television series, adding a touch of cinematic charm to their data visualizations.Whether it’s evoking the nostalgic hues of a beloved classic or the vibrant colors of a contemporary blockbuster,
palette_
allows users to effortlessly infuse visual storytelling into their plots.
Additions
- Functions:
palette_
relper 1.0.0 (Rebirth)
The initial release of
relper
lays the groundwork for future development of the library.This version entails a complete refactoring of the entire package in order to comply with better development practices.
Significant enhancements include the addition of vignettes to provide comprehensive usage examples, extensive documentation for all functions to assist developers in understanding the library’s capabilities, the adoption of standard naming conventions for improved consistency, and the integration of comprehensive unit tests to ensure the codebase’s reliability and stability.