-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #158 from rsetienne/develop
v4.4.0
- Loading branch information
Showing
157 changed files
with
1,401 additions
and
3,016 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,8 +14,8 @@ | |
|
||
^\.Rproj\.user$ | ||
^\.covrignore$ | ||
^LICENSE$ | ||
^\.zenodo\.json$ | ||
|
||
^\.vscode$ | ||
^source_odeint\.R | ||
^dummy\.R | ||
^LICENSE\.md$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.4 | ||
Date: 2023-03-16 | ||
Version: 4.4.0 | ||
Date: 2023-03-29 | ||
Depends: R (>= 4.2.0) | ||
biocViews: | ||
Imports: | ||
|
@@ -105,11 +105,11 @@ Authors@R: c( | |
email = "[email protected]", | ||
role = c("ctb"), | ||
comment = c(ORCID = "0000-0002-1447-7630"))) | ||
License: GPL-3 | ||
License: GPL (>= 3) | file LICENSE | ||
Copyright: See the file COPYRIGHTS for various DAISIE copyright details | ||
Description: Simulates and computes the (maximum) likelihood of a dynamical | ||
model of island biota assembly through speciation, immigration and | ||
extinction. See e.g. Valente et al. 2015. Ecology Letters 18: 844-852, | ||
<DOI:10.1111/ele.12461>. | ||
extinction. See Valente et al. (2015) <doi:10.1111/ele.12461>. | ||
NeedsCompilation: yes | ||
SystemRequirements: C++17 | ||
Encoding: UTF-8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
The DAISIE package as a whole is distributed under >= GPL-3, the license of which can be found in the distributed file LICENSE. The DAISIE package includes code written by two of the package authors that is distributed under BSL-1.0: | ||
|
||
* src/DAISIE_CS.cpp | ||
* src/DAISIE_IW.cpp | ||
* src/DAISIE_odeint.h | ||
* src/DAISIE_types.h | ||
* src/DAISIE_loglik_rhs_FORTRAN.f95 | ||
|
||
Full copies of the BSL-1.0 license used by these files is included in `inst/LICENSE_1_0.txt`, as is a license and copyright notice on said files, while details are also in `inst/COPYRIGHTS`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.