Skip to content

Commit

Permalink
Expose #50
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Oct 27, 2019
1 parent c673b28 commit 8e725b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-run_beast2.R
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ test_that("detect errors when BEAST2 is installed", {

test_that("BEAST2 does not overwrite the log file specified by the user", {

skip("Not now")
skip("Consequence of Issue 50, Issue #50")
if (!is_beast2_installed()) return()

output_log_filename <- tempfile(fileext = ".log")
Expand All @@ -145,7 +145,7 @@ test_that("BEAST2 does not overwrite the log file specified by the user", {

test_that("BEAST2 does not overwrite the .trees file specified by the user", {

skip("Not now")
skip("Consequence of Issue 50, Issue #50")
if (!is_beast2_installed()) return()

output_trees_filename <- tempfile(fileext = ".trees")
Expand Down

4 comments on commit 8e725b0

@lintr-bot
Copy link

Choose a reason for hiding this comment

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

R/create_temp_output_state_filename.R:2:20: style: Trailing whitespace is superfluous.

#' stores its state 
                   ^

R/create_temp_output_state_filename.R:4:1: style: Variable and function names should not be longer than 30 characters.

create_temp_output_state_filename <- function() {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

@lintr-bot
Copy link

Choose a reason for hiding this comment

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

R/create_temp_output_state_filename.R:2:20: style: Trailing whitespace is superfluous.

#' stores its state 
                   ^

R/create_temp_output_state_filename.R:4:1: style: Variable and function names should not be longer than 30 characters.

create_temp_output_state_filename <- function() {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

@lintr-bot
Copy link

Choose a reason for hiding this comment

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

R/create_temp_output_state_filename.R:2:20: style: Trailing whitespace is superfluous.

#' stores its state 
                   ^

R/create_temp_output_state_filename.R:4:1: style: Variable and function names should not be longer than 30 characters.

create_temp_output_state_filename <- function() {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

@lintr-bot
Copy link

Choose a reason for hiding this comment

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

R/create_temp_output_state_filename.R:2:20: style: Trailing whitespace is superfluous.

#' stores its state 
                   ^

R/create_temp_output_state_filename.R:4:1: style: Variable and function names should not be longer than 30 characters.

create_temp_output_state_filename <- function() {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Please sign in to comment.