A modernization of the package. See Issue #9 for low-level details
Breaking Changes:
- snake_case functions & variable names (#16)
- data manipulation functions accept & return tibbles instead of data.frames (#24)
New Features:
- pkgdown website for documentation (#9)
- Transition to GitHub Actions, from Travis & AppVeyor (#9)
Changes:
- This submission is fixes a small incompatibility with the upcoming version of ggplot2. ggplot2's more stringent checking caught a mistake; when calling
ggplot2::geom_vline
, Wats used the parameterx
, instead of the correctxintercept
.
Changes: *Updated to newer CRAN policies
New Features:
- Vignette showing reanalysis with 2014 version of the data.
Changes:
- Additional documentation and explanation
- Finalized for resubmission to Multivariate Behavioral Research
- Tweaked default cosmetic properties of some components
- Adding Reproduce file
- Modified and relocated some package dependencies
- Changed from GPL-2 to MIT license
- Upgraded to Roxygen 4.0.0
- Upgraded to ggplot2 1.0.0
Bug Fixes
annotate_data()
properly accepts thecenter_function
parameter, and doesn't revert tomedian
. Thanks Mark Joseph Lachowicz (mark.j.lachowicz@vanderbilt.edu). GitHub Issue #2.- Removed unnecessary aes setting of y in cartesian_periodic.R
New Features:
AugmentZZZ()
andannotate_data()
functions.cartesian_rolling()
,cartesian_periodic()
, andpolar_periodic()
functions.- Vignette to reproduce figures in MBR manuscript.
- For a detailed change log, please see https://github.com/OuhscBbmc/Wats/commits/main.
- For a list of the major releases, please see https://github.com/OuhscBbmc/Wats/releases.