Skip to content

Commit

Permalink
Optionally skip tests relying on 'bitops'
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Aug 11, 2024
1 parent 3fe8258 commit 94f80c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/testthat/test-namespace.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
local_load_all_quiet()

# Used by several test packages
skip_if_not_installed("bitops")

# Is e an ancestor environment of x?
is_ancestor_env <- function(e, x) {
if (identical(e, x))
Expand Down

0 comments on commit 94f80c9

Please sign in to comment.