Skip to content

Commit

Permalink
Fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Aug 27, 2019
1 parent 777d514 commit b5cd61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Newest versions at top.

### MINOR IMPROVEMENTS

* Added `get_beast2_options_filenames` to obtain the filesnames in a
* Added `get_beast2_options_filenames` to obtain the filenames in a
`beast2_options`

### BUG FIXES
Expand Down

2 comments on commit b5cd61a

@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/check_beast2_options.R:19:1: style: functions should have cyclomatic complexity of less than 15, this has 20.

check_beast2_options <- function(
^

R/check_beast2_options.R:76:1: style: Lines should not be more than 80 characters.

if (beast2_options$output_log_filename == beast2_options$output_trees_filenames) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

R/check_beast2_options.R:79:1: style: Lines should not be more than 80 characters.

if (beast2_options$output_log_filename == beast2_options$output_state_filename) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

R/check_beast2_options.R:82:1: style: Lines should not be more than 80 characters.

if (beast2_options$output_trees_filenames == beast2_options$output_state_filename) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

R/run_beast2.R:34:1: style: functions should have cyclomatic complexity of less than 15, this has 26.

run_beast2 <- 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/check_beast2_options.R:19:1: style: functions should have cyclomatic complexity of less than 15, this has 20.

check_beast2_options <- function(
^

R/check_beast2_options.R:76:1: style: Lines should not be more than 80 characters.

if (beast2_options$output_log_filename == beast2_options$output_trees_filenames) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

R/check_beast2_options.R:79:1: style: Lines should not be more than 80 characters.

if (beast2_options$output_log_filename == beast2_options$output_state_filename) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

R/check_beast2_options.R:82:1: style: Lines should not be more than 80 characters.

if (beast2_options$output_trees_filenames == beast2_options$output_state_filename) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

R/run_beast2.R:34:1: style: functions should have cyclomatic complexity of less than 15, this has 26.

run_beast2 <- function(
^

Please sign in to comment.