Skip to content

Commit

Permalink
update cran
Browse files Browse the repository at this point in the history
  • Loading branch information
baptiste committed Aug 9, 2012
1 parent 6178d07 commit ea90a44
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ Title: functions in Grid graphics
Type: Package
Author: Baptiste Auguie
Description: misc. high-level Grid functions
Version: 0.9
Version: 0.9.1
URL: http://code.google.com/p/gridextra/
Date: 2011-01-06
Date: 2012-09-08
Depends:
R(>= 2.4.0),
R(>= 2.5.0),
grid
Suggests:
RGraphics,
Expand Down
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
gridExtra 0.9.1 (2012-08-09)
----------------------------------------

FIX

* small compatibility issue of arrangeGrob with new class of ggplot2

gridExtra 0.9 (2012-01-06)
----------------------------------------

Expand Down
3 changes: 3 additions & 0 deletions R/ebimage.r
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ function (pic, x=0.5, y=0.5, scale=1, raster=FALSE, angle = NULL, ...)

}

if (getRversion() >= "2.15.1")
utils::globalVariables(c("channel"))

0 comments on commit ea90a44

Please sign in to comment.