Skip to content

Commit

Permalink
added base-package scope
Browse files Browse the repository at this point in the history
  • Loading branch information
eschen42 committed May 7, 2017
1 parent 3c0dbe9 commit 5a7b881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/ClassFilter.R
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ w4m_filter_imputation <-
#' expecteds <- c(stats::var(c(1,2,3)),stats::var(c(5,7,11)),stats::var(c(13,17,19)))
#' base::all.equal(rowvars, expecteds)
#' colvars <- w4m__var_by_rank_or_file(m = m, dim = 2)
#' expecteds <- c(var(c(1,5,13)),var(c(2,7,17)),var(c(3,11,19)))
#' all.equal(colvars, expecteds)
#' expecteds <- c(base::var(c(1,5,13)),base::var(c(2,7,17)),base::var(c(3,11,19)))
#' base::all.equal(colvars, expecteds)
#'
#' @export
w4m__var_by_rank_or_file <- function(m, dim = 1) {
Expand Down

0 comments on commit 5a7b881

Please sign in to comment.