Permalink
Browse files

Small changes

  • Loading branch information...
1 parent de9e7ee commit 47247b6f670a8e0e04890bbad32731454a7de331 @raivokolde committed Jan 5, 2016
Showing with 8 additions and 1 deletion.
  1. +1 −1 DESCRIPTION
  2. +3 −0 NAMESPACE
  3. +3 −0 R/GOsummaries-package.R
  4. +1 −0 vignettes/GOsummaries-basics.Rnw
View
@@ -11,14 +11,14 @@ Author: Raivo Kolde <raivo.kolde@eesti.ee>
Maintainer: Raivo Kolde <raivo.kolde@eesti.ee>
Depends:
R (>= 2.15),
- ggplot2,
Rcpp
Imports:
plyr,
grid,
gProfileR,
reshape2,
limma,
+ ggplot2,
gtable
Suggests:
vegan
View
@@ -27,6 +27,7 @@ import(gtable)
import(limma)
import(plyr)
import(reshape2)
+importFrom(ggplot2,aes)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_boxplot)
@@ -35,7 +36,9 @@ importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplot_build)
importFrom(ggplot2,ggplot_gtable)
importFrom(ggplot2,layer)
+importFrom(ggplot2,position_identity)
importFrom(ggplot2,qplot)
+importFrom(ggplot2,scale_fill_brewer)
importFrom(ggplot2,scale_fill_discrete)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_continuous)
View
@@ -48,6 +48,9 @@
#' @importFrom ggplot2 scale_y_continuous
#' @importFrom ggplot2 theme
#' @importFrom ggplot2 theme_bw
+#' @importFrom ggplot2 aes
+#' @importFrom ggplot2 position_identity
+#' @importFrom ggplot2 scale_fill_brewer
#'
#' @useDynLib GOsummaries
#'
@@ -18,6 +18,7 @@ BiocStyle::latex()
<<myCodeBlock, echo=FALSE>>=
library(GOsummaries, quietly=TRUE)
library(vegan, quietly=TRUE)
+library(ggplot2, quietly=TRUE)
@
\title{GOsummaries basics}

0 comments on commit 47247b6

Please sign in to comment.