From 87c7993424dd3f5c01faa7e1a4cd335846a20435 Mon Sep 17 00:00:00 2001 From: Alex Zwanenburg Date: Sat, 21 Sep 2024 17:35:28 +0200 Subject: [PATCH] Fixed text. --- tests/testthat/test-vimp_table.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/test-vimp_table.R b/tests/testthat/test-vimp_table.R index 98cf3cc6..cf97ac93 100644 --- a/tests/testthat/test-vimp_table.R +++ b/tests/testthat/test-vimp_table.R @@ -1,5 +1,5 @@ testthat::skip_on_cran() -# power.transform is also required for transformatio_method = "none". +# power.transform is also required for transformation_method = "none". if (!rlang::is_installed("power.transform")) testthat::skip() # Basic tests ------------------------------------------------------------------