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