Wats 0.10.3
Minor Changes:
- This submission is fixes a small incompatibility with the upcoming version of ggplot2. ggplot2's more stringent checking caught a mistake in my package. When calling
ggplot2::geom_vline
, I used the parameterx
, instead of the correctxintercept
. This has been fixed.