You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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`.
5
+
1
6
Versions 0.3 through 0.10 (Developed from 2014-05-24 through 2015-08-16)
Copy file name to clipboardExpand all lines: cran-comments.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
## Description
2
-
This submission updates & improves various small things. Many changes are to keep up with CRAN policy changes since April 2014. Please tell me if there's something else I should do for CRAN.
2
+
This submission is fixes a small incompatibility with the [upcoming version of ggplot2](https://github.com/hadley/ggplot2/blob/47679a52fd2a3ac89583da923dc9882c0020866c/revdep/summary.md#wats-0101). ggplot2's more stringent checking caught a mistake in my package. When calling `ggplot2::geom_vline`, I used the parameter `x`, instead of the correct `xintercept`. This [has been fixed](https://github.com/OuhscBbmc/Wats/commit/1e3543a17feff9bad7b77152ca457e6fdf1cf440). Please tell me if there's something else I should do for CRAN.
0 commit comments