Skip to content

Commit

Permalink
Remove duplicated helper functions
Browse files Browse the repository at this point in the history
  • Loading branch information
nanxstats committed Feb 14, 2024
1 parent 7c31e53 commit a56777b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/testthat/helper.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,3 @@ ae_summary <<- function(...) {
ae_specific <<- function(...) {
paste("results of", deparse(match.call(), nlines = 1))
}

ae_summary <<- function(...) {
paste("results of", deparse(match.call(), nlines = 1))
}

ae_specific <<- function(...) {
paste("results of", deparse(match.call(), nlines = 1))
}

0 comments on commit a56777b

Please sign in to comment.