tests/testthat/test-parse_beast_output_files.R

context("parse_beast_output_files")

test_that("use", {

  testthat::expect_silent(
    parse_beast_output_files(
      log_filename = get_tracerer_path("beast2_example_output.log"),
      trees_filenames = get_tracerer_path("beast2_example_output.trees"),
      state_filename = get_tracerer_path("beast2_example_output.xml.state")
    )
  )

})
richelbilderbeek/tracerer documentation built on Oct. 2, 2023, 7:32 a.m.