Skip to content

Commit

Permalink
0.7 dev branch complete
Browse files Browse the repository at this point in the history
  • Loading branch information
hrbrmstr committed Mar 13, 2015
1 parent df5821f commit 972e882
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "README"
author: "Bob Rudis"
date: March 7, 2015
date: March 12, 2015
output:
md_document:
variant: markdown_github
Expand Down Expand Up @@ -36,6 +36,8 @@ The following functions are implemented:
- `sg_fill_brewer` : Specify a ColorBrewer palette to use for the stream fills
- `sg_fill_manual` : Specify a manual color palette to use for the stream fills
- `sg_fill_tableau` : Specify a Tableau color palette to use for the stream flls
- `sg_add_marker` : Annotate streamgraph with vertical line and label
- `sg_annotate` : Annotate streamgraph with a label

### News

Expand All @@ -51,6 +53,7 @@ The following functions are implemented:
- Version `0.5` released - deprecated use of `sg_colors`. Its functionality will change soon and is replaced by three `sg_fill_*` functions (`brewer`, `manual` and `tableau`) which makes more sense, is aligned to the `ggplot2` way of specifying fill aesthetics and now makes it easier to highly customize the streamgraph appearance.
- Version `0.5.1` released - `sg_colors` now has nothing to do with the stream fills but _does_ set the axis text, legend popup label text and tooltip text.
- Version `0.6` released - New `scale` parameter to `streamgraph` lets you choose between continuous or date scales.
- Version `0.7` released - New `sg_add_marker` and `sg_annotation` to enable annotation of streamgraphs

### Installation

Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ The following functions are implemented:
- `sg_fill_brewer` : Specify a ColorBrewer palette to use for the stream fills
- `sg_fill_manual` : Specify a manual color palette to use for the stream fills
- `sg_fill_tableau` : Specify a Tableau color palette to use for the stream flls
- `sg_add_marker` : Annotate streamgraph with vertical line and label
- `sg_annotate` : Annotate streamgraph with a label

### News

Expand All @@ -38,6 +40,7 @@ The following functions are implemented:
- Version `0.5` released - deprecated use of `sg_colors`. Its functionality will change soon and is replaced by three `sg_fill_*` functions (`brewer`, `manual` and `tableau`) which makes more sense, is aligned to the `ggplot2` way of specifying fill aesthetics and now makes it easier to highly customize the streamgraph appearance.
- Version `0.5.1` released - `sg_colors` now has nothing to do with the stream fills but *does* set the axis text, legend popup label text and tooltip text.
- Version `0.6` released - New `scale` parameter to `streamgraph` lets you choose between continuous or date scales.
- Version `0.7` released - New `sg_add_marker` and `sg_annotation` to enable annotation of streamgraphs

### Installation

Expand Down Expand Up @@ -74,15 +77,14 @@ library(streamgraph)

## Loading required package: htmlwidgets
## Loading required package: htmltools
## Loading required package: tidyr

``` r
library(testthat)

date()
```

## [1] "Sat Mar 7 12:45:54 2015"
## [1] "Thu Mar 12 21:00:31 2015"

``` r
test_dir("tests/")
Expand Down

0 comments on commit 972e882

Please sign in to comment.