Skip to content

Commit

Permalink
import graphics package
Browse files Browse the repository at this point in the history
  • Loading branch information
jrnold committed Dec 19, 2015
1 parent 1fc4611 commit 3ec4b0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Imports:
assertthat,
colorspace,
ggplot2 (>= 2.0.0),
graphics,
grid,
methods,
scales
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ import(stats)
import(utils)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(grid,gList)
Expand Down
1 change: 1 addition & 0 deletions R/ggthemes-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#' @importFrom scales manual_pal div_gradient_pal seq_gradient_pal
#' @importFrom graphics abline axis text points
#' @importFrom methods hasArg as
#' @importFrom graphics par
NULL

# copied from ggplot2
Expand Down

0 comments on commit 3ec4b0f

Please sign in to comment.