Skip to content

Commit

Permalink
Update date and fix formatting typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Neves-P committed Nov 17, 2021
1 parent 2c1e64d commit 6b6bc26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: DAISIE
Type: Package
Title: Dynamical Assembly of Islands by Speciation, Immigration and Extinction
Version: 4.0.5
Date: 2021-11-16
Date: 2021-11-17
Depends: R (>= 3.5.0)
biocViews:
SystemRequirements: C++14
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* CS model can be fit with C++ code, similarly to the IW model since version v3.2.0. To do so, set `methode` to:
* `"odeint::runge_kutta_cash_karp54"`
* `"odeint::runge_kutta_fehlberg78"` [default]
* `"odeint::runge_kutta_dopri5`"
* `"odeint::runge_kutta_dopri5"`
* `"odeint::bulirsch_stoer"`

without the `odeint::`-prefix, the `deSolve::ode` method is assumed. `deSolve::ode` using `"lsodes"` is still the default, as before. Make sure `CS_version = 0` (default) to use C++ ODEINT numerical integration.
Expand Down

0 comments on commit 6b6bc26

Please sign in to comment.