Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@
^vignettes/profiling_code.Rmd$
^vignettes/self_thinning.Rmd$
^vignettes/strategy_new.Rmd$
^LICENSE\.md$
^CLA\.md$
10 changes: 10 additions & 0 deletions CLA.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Contributor License Agreement

By contributing to odelia, you agree to the following terms:

1. You own your contribution. You confirm that you have the right to submit the contribution — it is your own original work, and you are not violating any employment agreement, contract, or third-party rights by contributing it.
2. You retain your copyright. You keep ownership of your contribution. This agreement does not transfer copyright to the project maintainers.
3. You grant a broad license. You grant the project maintainers a perpetual, worldwide, non-exclusive, royalty-free license to use, reproduce, modify, distribute, and sublicense your contribution, including the right to change the project's license in future versions.
4. You understand contributions are public. Once submitted, your contribution may be included in releases under any license the maintainers choose, including licenses more or less restrictive than the one in effect when you contributed.

**How to agree:** By submitting a Pull request or code to this repo.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Authors@R: c(
comment = c(ORCID = "0000-0002-9814-092X")),
person("Richard", "FitzJohn", , "", "aut"),
person("Andrew", "O'Reilly-Nugent", , "", "aut"),
person("Isaac", "Towers", , "", "aut"),
person("Mitchell", "Henry", , "", "ctb"),
person("Rafael", "Schouten", , "", "ctb"),
person("Isaac", "Towers", , "", "ctb"),
person("John", "Wilshire", , "", "ctb")
)
Maintainer: Daniel Falster <daniel.falster@unsw.edu.au>
Expand All @@ -18,7 +18,7 @@ Description: Solves trait, size and patch structured model
Depends:
R (>= 4.1.0)
Encoding: UTF-8
License: GPL-2
License: AGPL (>= 3)
LinkingTo: Rcpp, BH
Imports:
Rcpp,
Expand Down
Loading
Loading