Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Mar 18, 2020
1 parent 9fe9225 commit 2540601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/staple.R
Expand Up @@ -122,7 +122,7 @@ staple.character = function(
#' if (is.matrix(res_mat$sensitivity)) {
#' res_mat$sensitivity = res_mat$sensitivity[, "1"]
#' }
#' testthat::expect_equal(staple_out$sensitivity, res_mat)
#' testthat::expect_equal(staple_out$sensitivity, res_mat$sensitivity)
staple.array = function(
x,
...,
Expand Down
2 changes: 1 addition & 1 deletion man/staple.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2540601

Please sign in to comment.