From e7e89ff5e12023412a05108aedc569f930ecd851 Mon Sep 17 00:00:00 2001 From: danymukesha Date: Mon, 20 May 2024 19:10:29 +0200 Subject: [PATCH] updates --- tests/testthat/test_plot_population_cpp.R | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 tests/testthat/test_plot_population_cpp.R diff --git a/tests/testthat/test_plot_population_cpp.R b/tests/testthat/test_plot_population_cpp.R deleted file mode 100755 index f5e8183..0000000 --- a/tests/testthat/test_plot_population_cpp.R +++ /dev/null @@ -1,11 +0,0 @@ -test_that("crossover_cpp not produce error or warning", { - # Load The PACKAGE - library(BioGA) - - # example of usage - population <- matrix(runif(100), nrow = 10, ncol = 10) - BioGA::plot_population(population) - - testthat::expect_no_warning(BioGA::plot_population(population), - message = "bananas") -}) \ No newline at end of file