From 7b6baf9b035afa6dc6681d69827f0ddcb2e599db Mon Sep 17 00:00:00 2001 From: richelbilderbeek Date: Sat, 5 Jun 2021 17:12:06 +0200 Subject: [PATCH] Add namespace, thanks @lintr-bot --- R/do_minimal_run.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/do_minimal_run.R b/R/do_minimal_run.R index 40f577b..5452e86 100644 --- a/R/do_minimal_run.R +++ b/R/do_minimal_run.R @@ -12,7 +12,7 @@ #' } #' @author Richèl J.C. Bilderbeek do_minimal_run <- function() { - output_state_filename <- get_beastier_tempfilename() + output_state_filename <- beastier::get_beastier_tempfilename() beastier::run_beast2_from_options( beastier::create_beast2_options( input_filename = beastier::get_beastier_path("2_4.xml"),