Skip to content

Commit

Permalink
add some imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobbossek committed Nov 24, 2015
1 parent ee23a85 commit 4ff4a67
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,12 @@ import(ggplot2)
import(plot3D)
importFrom(Rcpp,sourceCpp)
importFrom(emoa,nondominated_points)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,abline)
importFrom(graphics,contour)
importFrom(graphics,grid)
importFrom(graphics,image)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(stats,reformulate)
useDynLib(smoof)
3 changes: 3 additions & 0 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@
#' @useDynLib smoof
#' @importFrom emoa nondominated_points
#' @importFrom Rcpp sourceCpp
#' @importFrom grDevices colorRampPalette
#' @importFrom graphics abline contour grid image plot points
#' @importFrom stats reformulate
NULL

0 comments on commit 4ff4a67

Please sign in to comment.