Skip to content

Commit f236afe

Browse files
committed
Bump version; take Toby's test advice
1 parent 6a4484d commit f236afe

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: plotly
22
Type: Package
33
Title: Interactive, publication-quality graphs online.
4-
Version: 0.5.22
4+
Version: 0.5.23
55
Authors@R: c(person("Chris", "Parmer", role = c("aut", "cre"),
66
email = "[email protected]"),
77
person("Scott", "Chamberlain", role = "aut",

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.5.23 -- 10 March 2015.
2+
3+
geom_ribbon now respects alpha transparency
4+
15
0.5.22 -- 2 March 2015.
26

37
Fixes for ylim() #171.

tests/testthat/test-ggplot-ribbon.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ rb2 <- ggplot(huron, aes(x=year)) +
2020
L2 <- gg2list(rb2)
2121

2222
test_that("geom_ribbon respects alpha transparency", {
23-
expect_true(grepl("0.1\\)$", L2[[1]]$fillcolor))
23+
expect_match(L2[[1]]$fillcolor, "0.1)", fixed=TRUE)
2424
})
2525

2626
save_outputs(rb2, "ribbon-alpha")

0 commit comments

Comments
 (0)