Skip to content

Commit

Permalink
v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Jun 5, 2021
1 parent 7b6baf9 commit 5c97fa9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: beastier
Type: Package
Title: Call 'BEAST2'
Version: 2.4.1
Version: 2.4.2
Authors@R: c(
person("Richèl J.C.", "Bilderbeek", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1107-7049")),
person("Joëlle", "Barido-Sottani", role = "rev", comment = "Joëlle reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/209"),
Expand Down
18 changes: 18 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

Newest versions at top.

## beastier 2.4.2 (2021-06-04)

### NEW FEATURES

* None

### MINOR IMPROVEMENTS

* Tested to work on Windows

### BUG FIXES

* None

### DEPRECATED AND DEFUNCT

* None

## beastier 2.4.1 (2021-05-30)

### NEW FEATURES
Expand Down

3 comments on commit 5c97fa9

@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"
                                 ~^

@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.