Closed richelbilderbeek closed 4 years ago
Describe the bug A clear and concise description of what the bug is.
To Reproduce Script to reproduce the behavior:
folder_name <- tempfile() beastier::install_beast2(folder_name = folder_name) expect_true(beastier::is_beast2_installed(folder_name = folder_name)) bin_path <- beastier::get_default_beast2_bin_path(beast2_folder = folder_name) expect_true(file.exists(bin_path)) beast2_options <- create_beast2_options( beast2_bin_path = beast2_bin_path ) expect_silent(beastier::check_beast2_options(beast2_options))
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Environment: Show the results of running the following script:
library(beastier) beastier::beastier_report()
Additional context Add any other context about the problem here.
I assume this has been fixed: BEAST2 is tested to be installed and uninstalled in different folders.
Done :+1:
Describe the bug A clear and concise description of what the bug is.
To Reproduce Script to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Environment: Show the results of running the following script:
Additional context Add any other context about the problem here.