Skip to content

Commit

Permalink
re-build for 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisp committed Oct 10, 2016
1 parent 2bc549f commit 4d0e195
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 29 deletions.
26 changes: 0 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,32 +34,6 @@ into a usual ggplot() command, substituting for where you'd normally have geom_l

```r
library(ggseas)
```

```
## Loading required package: seasonal
```

```
## Loading required package: ggplot2
```

```
## Loading required package: zoo
```

```
##
## Attaching package: 'zoo'
```

```
## The following objects are masked from 'package:base':
##
## as.Date, as.Date.numeric
```

```r
# make demo data with the convenience "time series to data.frame" function tsdf()
ap_df <- tsdf(AirPassengers)

Expand Down
2 changes: 1 addition & 1 deletion pkg/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: ggseas
Title: 'stats' for Seasonal Adjustment on the Fly with 'ggplot2'
Version: 0.5.0.9000
Version: 0.5.1
Authors@R: c(
person("Peter", "Ellis", , "peter.ellis2013nz@gmail.com", c("aut", "cre")),
person("Christophe", "Sax", role = "ctb")
Expand Down
2 changes: 1 addition & 1 deletion pkg/R/ggseas.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' \itemize{
#' \item{\code{stat_seas()}, \code{stat_stl()} and friends do seasonal adjustment, indexing, rolling averages and by default render a line geom.
#' You can consider these as taking the place of \code{geom_line()} in the ggplot2 pipeline}
#' \item{\code{ggsdc()} goes where \code{ggplot()} normally does (ie at the beginning of the pipeline) and creates a graphic with four facets for the original data, trend, seasonal and random components}
#' \item{\code{ggsdc()} goes where \code{ggplot()} normally does (ie at the beginning of the graphics part of the pipeline) and creates a graphic with four facets for the original data, trend, seasonal and random components}
#'
#' }
#'
Expand Down
2 changes: 1 addition & 1 deletion pkg/man/ggseas-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4d0e195

Please sign in to comment.