Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Neves-P committed Mar 16, 2023
1 parent b8fad89 commit 13a4fe8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: DAISIE
Type: Package
Title: Dynamical Assembly of Islands by Speciation, Immigration and Extinction
Version: 4.3.3
Date: 2023-03-15
Version: 4.3.4
Date: 2023-03-16
Depends: R (>= 4.2.0)
biocViews:
Imports:
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# DAISIE 4.3.4

* Require C++17 via `CXX_STD` flag on Makevars[.win].
* Add SystemRequirements: C++17 to DESCRIPTION as for that standard
"Writing R Extensions" requires it be explicitly stated.
* Depends on R (>= 4.2.0) due to C++17 requirement on Windows due to Rtools 4.0,
which is used for R 4.0-4.1. Toolchain for Rtools 4.0 is gcc 8.3 but "GCC 9.1
was the first release with non-experimental C++17 support". as per
https://gcc.gnu.org/.

# DAISIE 4.3.3

* Address problem detected by valgrind: unitialized member variable
Expand Down

0 comments on commit 13a4fe8

Please sign in to comment.