Skip to content

Commit

Permalink
work on --as-cran notes
Browse files Browse the repository at this point in the history
  • Loading branch information
PMassicotte committed Nov 19, 2015
1 parent 43d59ed commit 46ec7ac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ export(eem_remove_scattering)
export(eem_set_wavelengths)
import(ggplot2)
importFrom(Rcpp,sourceCpp)
importFrom(grDevices,colorRampPalette)
importFrom(stats,na.omit)
importFrom(stringr,str_detect)
importFrom(tidyr,gather)
importFrom(utils,head)
importFrom(utils,tail)
useDynLib(eemR)
1 change: 1 addition & 0 deletions R/eem_read.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#' that EEMs are reshaped so X[1, 1] represents the fluoresence intensity at
#' X[min(ex), min(em)].
#'
#' @importFrom stats na.omit
#' @export
#' @examples
#' file <- system.file("extdata/cary/eem/", "sample1.csv", package = "eemR")
Expand Down
3 changes: 2 additions & 1 deletion R/eem_utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#'
#' @param x An object of class \code{eem}.
#' @param ... Extra arguments for \code{image.plot}.
#' @importFrom grDevices colorRampPalette
#' @export
#' @examples
#' file <- system.file("extdata/cary/eem/", "sample1.csv", package = "eemR")
Expand Down Expand Up @@ -57,7 +58,7 @@ plot.eemlist <- function(x, which = 1, ...) {
#' @param ... Extra arguments.
#'
#' @references \url{http://www.sciencedirect.com/science/article/pii/0304420395000623}
#'
#' @importFrom utils head tail
#' @export
#' @examples
#' file <- system.file("extdata/cary/eem/", "sample1.csv", package = "eemR")
Expand Down

0 comments on commit 46ec7ac

Please sign in to comment.