Skip to content

Commit

Permalink
Merge pull request #49 from r-lib/covr
Browse files Browse the repository at this point in the history
nocov some non-testing functions
  • Loading branch information
MichaelChirico authored Oct 8, 2024
2 parents a36161d + 389ec11 commit 3acaf27
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions R/highlevel64.R
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
#! }
#! \keyword{datasets}


# nocov start
benchmark64 <- function(nsmall=2L^16L, nbig=2L^25L, timefun=repeat.time)
{

Expand Down Expand Up @@ -551,7 +551,6 @@ benchmark64 <- function(nsmall=2L^16L, nbig=2L^25L, timefun=repeat.time)
tim3
}


optimizer64 <- function(nsmall=2L^16L, nbig=2L^25L, timefun=repeat.time
, what=c("match","%in%","duplicated","unique","unipos","table","rank","quantile")
, uniorder = c("original", "values", "any")
Expand Down Expand Up @@ -1384,7 +1383,7 @@ optimizer64 <- function(nsmall=2L^16L, nbig=2L^25L, timefun=repeat.time
ret

}

# nocov end

#! \name{match.integer64}
#! \alias{match.integer64}
Expand Down

0 comments on commit 3acaf27

Please sign in to comment.