Skip to content

Commit

Permalink
update cran comments and news
Browse files Browse the repository at this point in the history
  • Loading branch information
erocoar committed Sep 20, 2018
1 parent a03c287 commit 8c5c368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Minor changes
- `StatBoxJitter` now inherits from `StatBoxplot` rather than `Stat`, making for slimmer bars.
- `geom_boxjitter()` does not require `x` argument anymore.
- Added import of `ggplot2::resolution()`, `ggplot2::alpha()` and `ggplot2:PositionJitter` to `geom_boxjitter()`. (#2)
- Added import of `ggplot2::resolution()`, `ggplot2::alpha()`, `ggplot2::position_dodge2()` and `ggplot2:PositionJitter` to `geom_boxjitter()`. (#2)
- Added import of `ggplot2::.pt` to `geom_bartext()`.
- Added import of ``grid::unit()`, `ggplot2::zeroGrob()` and `ggplot2::render_axes()` to `facet_share()`.

Expand Down
3 changes: 1 addition & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ There were no ERRORs, WARNINGs or NOTEs.
## Changes:
* `StatBoxJitter` now inherits from `StatBoxplot` rather than `Stat`, making for slimmer bars.
* `geom_boxjitter()` does not require `x` argument anymore.
* Added import of `ggplot2::resolution()`, `ggplot2::alpha()` and `ggplot2:PositionJitter` to `geom_boxjitter()`. (#2)
* Added import of `ggplot2::.pt` to `geom_bartext()`.
* Added import of `ggplot2::resolution()`, `ggplot2::alpha()`, `ggplot2::position_dodge2()` and `ggplot2:PositionJitter` to `geom_boxjitter()`. (#2)* Added import of `ggplot2::.pt` to `geom_bartext()`.
* Added import of ``grid::unit()`, `ggplot2::zeroGrob()` and `ggplot2::render_axes()` to `facet_share()`.

0 comments on commit 8c5c368

Please sign in to comment.