Skip to content

Commit

Permalink
REL: v0.3.0 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinhrks authored Dec 2, 2016
1 parent e516448 commit 5cf17fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 2 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: ggfortify
Type: Package
Title: Data Visualization Tools for Statistical Analysis Results
Version: 0.2.0.9000
Version: 0.3.0.0
Date: 2016-06-02
Authors@R: c(
person("Masaaki", "Horikoshi", role = c("aut", "cre"),
Expand Down Expand Up @@ -56,6 +56,5 @@ Suggests:
vars,
xts,
zoo,
lfda,
raster
lfda
RoxygenNote: 5.0.1
1 change: 1 addition & 0 deletions R/plotlib.R
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ setMethod('show', 'ggmultiplot', function(object) { print(object) })
#' @method grid.draw ggmultiplot
#' @importFrom grid grid.draw
#' @importFrom gridExtra arrangeGrob
#' @param plot \code{ggmultiplot}
grid.draw.ggmultiplot <- function(plot) {
grid::grid.draw(gridExtra::arrangeGrob(grobs = plot@plots))
}
Expand Down
3 changes: 3 additions & 0 deletions man/grid.draw.ggmultiplot.Rd

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

0 comments on commit 5cf17fb

Please sign in to comment.