Skip to content

Commit

Permalink
resolved a NOTE and a WARNING
Browse files Browse the repository at this point in the history
  • Loading branch information
markvanderloo committed May 2, 2016
1 parent 4205512 commit 0ce7d85
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkg/R/trim.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

#' Compute the TRIM model
#'
#'
#' @description Compute the TRIM model
#'
#'
#' @name trim
#' @title Compute TRIM model
#'
Expand All @@ -22,7 +26,7 @@ setGeneric("trim",function(x,y,...) standardGeneric("trim"))
setMethod("trim",signature = c("TRIMcommand","ANY"), function(x,y=NULL,...){
x <- tc_merge(x,...)
dat <- read_tdf(data_file(x))
do_trim(dat=dat, cmd=cmd)
do_trim(dat=dat, cmd=x)
## possibly do some output object building.
})

Expand Down

0 comments on commit 0ce7d85

Please sign in to comment.