Skip to content

Commit

Permalink
Add namespace, thanks @lintr-bot
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Jun 5, 2021
1 parent 9f8892b commit 7b6baf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/do_minimal_run.R
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

2 comments on commit 7b6baf9

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tests/testthat/test-run_beast2_from_options.R:114:35: style: Commas should never have a space before.

​      get_beastier_tempfilename() , "h", "i", "..", "j", "k.xml.state"
                                 ~^

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tests/testthat/test-run_beast2_from_options.R:114:35: style: Commas should never have a space before.

​      get_beastier_tempfilename() , "h", "i", "..", "j", "k.xml.state"
                                 ~^

Please sign in to comment.