Skip to content

Commit

Permalink
Fixed incorrect function reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzwanenburg committed Sep 21, 2024
1 parent 1dd5287 commit 9bce5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-stratification.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ testthat::skip_on_cran()
# Find available stratification methods.
stratification_methods <- familiar:::.get_available_stratification_methods()

if (!familiar::test_data_package_installed("survival")) testthat::skip()
if (!familiar:::test_data_package_installed("survival")) testthat::skip()
if (!rlang::is_installed("power.transform")) testthat::skip()

# Test for good dataset.
Expand Down

0 comments on commit 9bce5a2

Please sign in to comment.