Skip to content

Commit

Permalink
CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Feb 26, 2016
1 parent 52d0626 commit d5f443c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: scales
Version: 0.3.0.9000
Version: 0.4.0
Authors@R: c(
person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut", "cre")),
person("RStudio", role = "cph")
Expand Down
11 changes: 6 additions & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# scales 0.3.0.9000

* `precision(0)` now returns 1, which means `percent(0)` now returns 0% (#50).
# scales 0.4.0

* Switched from `NEWS` to `NEWS.md`

* `manual_pal()` produces a warning if n is greater than the number of values
in the palette (@jrnold, #68).

* `precision(0)` now returns 1, which means `percent(0)` now returns 0% (#50).

* `scale_continuous()` uses a more correct check for numeric values.

* NaN is correctly recognised as a missing value by the gradient palettes
(ggplot2#1482).

* `manual_pal` produces a warning if n is greater than the number of values in the palette (@jrnold, #68).

# scales 0.3.0

* `rescale()` preserves missing values in input when the range of `x` is
Expand Down

0 comments on commit d5f443c

Please sign in to comment.