Skip to content

Commit

Permalink
Missing new import
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Aug 24, 2015
1 parent d93b67e commit 3f72718
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(methods,new)
importFrom(methods,setRefClass)
importFrom(munsell,mnsl)
importFrom(plyr,is.discrete)
Expand Down
2 changes: 1 addition & 1 deletion R/scales.r
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' @name package-scales
#' @aliases scales package-scales
#' @useDynLib scales
#' @importFrom methods setRefClass
#' @importFrom methods setRefClass new
#' @importFrom plyr round_any is.discrete
#' @importFrom Rcpp evalCpp
NULL

0 comments on commit 3f72718

Please sign in to comment.