NEWS
Wats 2023-03-10
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)
Wats 2015-11-10
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 parameter x
, instead of the correct xintercept
.
Wats 2015-08-16
Changes:
*Updated to newer CRAN policies
Wats 2014-05-24
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 the center_function
parameter, and doesn't revert to median
. Thanks Mark Joseph Lachowicz ([email protected]). GitHub Issue #2.
- Removed unnecessary aes setting of y in cartesian_periodic.R
Wats 2013-12-11
New Features:
AugmentZZZ()
and annotate_data()
functions.
cartesian_rolling()
, cartesian_periodic()
, and polar_periodic()
functions.
- Vignette to reproduce figures in MBR manuscript.