Skip to content

Commit

Permalink
Version bump to 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
briandconnelly committed Feb 28, 2015
1 parent 6b096f0 commit d4bc2f0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: ggplot2bdc
Type: Package
Title: Themes and other functions for working with ggplot2
Version: 0.1.7
Date: 2014-12-08
Version: 0.2.0
Date: 2015-02-27
Authors@R: c(person(family="Connelly", given="Brian", email="[email protected]",
role=c("aut", "cre")))
Maintainer: Brian Connelly <[email protected]>
Expand Down
12 changes: 12 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ export(ggsave_golden)
export(plate_labeller)
export(ratio_golden)
export(ratio_square)
export(remove_ticks)
export(remove_ticks_x)
export(remove_ticks_y)
export(remove_title_x)
export(remove_title_y)
export(remove_titles)
export(rescale_golden)
export(rescale_plot)
export(rescale_square)
Expand All @@ -18,5 +24,11 @@ export(theme_bdc_microtiter)
export(theme_bdc_paneled)
export(theme_bdc_simple)
export(theme_bdc_simplefacets)
export(theme_no_ticks)
export(theme_no_ticks_x)
export(theme_no_ticks_y)
export(theme_no_title_x)
export(theme_no_title_y)
export(theme_no_titles)
import(ggplot2)
import(grid)

0 comments on commit d4bc2f0

Please sign in to comment.