Skip to content

Commit fedb1c5

Browse files
authored
Merge pull request #276 from MoBiodiv/dev
Bump to version 3.0.2
2 parents daa5cb8 + 60bed58 commit fedb1c5

14 files changed

+733
-469
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: mobr
22
Title: Measurement of Biodiversity
3-
Version: 3.0.0
3+
Version: 3.0.2
44
Authors@R: c(person("Daniel", "McGlinn", email = "[email protected]",
55
role = c("aut", "cre", "cph")),
66
person("Xiao", "Xiao", email = "[email protected]",

NAMESPACE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ export(calc_S_C)
1313
export(calc_beta_div)
1414
export(calc_chao1)
1515
export(calc_comm_div)
16+
export(calc_comm_div_ci)
1617
export(calc_div)
1718
export(compare_samp_rarefaction)
1819
export(get_delta_stats)
1920
export(get_mob_stats)
2021
export(get_null_comm)
22+
export(get_samples)
2123
export(invChat)
2224
export(kNCN_average)
2325
export(make_mob_in)
@@ -53,6 +55,7 @@ importFrom(stats,coef)
5355
importFrom(stats,dist)
5456
importFrom(stats,lm)
5557
importFrom(stats,loess)
58+
importFrom(stats,median)
5659
importFrom(stats,optimize)
5760
importFrom(stats,pf)
5861
importFrom(stats,predict)

NEWS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## version 3.0.2
2+
---
3+
Minor update
4+
- Decrease the amount of redundant documentation text by using `inherit`
5+
- Create functions `get_samples` and `calc_comm_div_ci` which together allow
6+
the user to compute confidence intervals for diversity metrics
7+
- Resurrect the old `get_mob_stats` function for making comparisons in diversity
8+
metrics between groups using confidence intervals and permutation tests.
9+
110
## version 3.0.1
211
---
312
Minor update

R/mobr_boxplots.R

Lines changed: 379 additions & 258 deletions
Large diffs are not rendered by default.

man/calc_PIE.Rd

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/calc_SPIE.Rd

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/calc_beta_div.Rd

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/calc_comm_div.Rd

Lines changed: 20 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/calc_comm_div_ci.Rd

Lines changed: 112 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/calc_div.Rd

Lines changed: 10 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)