-
Notifications
You must be signed in to change notification settings - Fork 10
/
NEWS
67 lines (44 loc) · 2.14 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Changes in version 1.7.7 (2023-07-26)
## Minor changes
* Better distinction between internal and exported functions
* Website polishing; phyloseq files moved to supplements behind link
# Changes in version 1.5.1 (2022-12-28)
## Major changes
* Rewrote the package to generate TreeSE outputs from simulator functions
* Updated examples and other functionality accordingly
# Changes in version 1.3.5 (2022-05-30)
## New arguments
added `names_species` in `randomA`, `randomE`, `simulateConsumerResource`,
`simulateGLV`, `simulateHubbellRates`, `simulateRicker`, `simulateSOI`, and
`simulateStochasticLogistic` functions.
added `names_resources` in `randomE` and `simulateConsumerResource` functions.
## `randomA`
1. added parameter `interactions` and 5 interaction types to customize values
and proportions of interspecies interactions
2. added `scale_off_diagonal `to avoid exponential growth in certain gLV
modeling scenarios
3. added `list_A `to enable generating groups of species in simulation
## `randomE`
1. added trophic levels and trophic preferences
2. added `exact` to switch the number of resources to consume/produce between a
poisson distribution and the exact number
## Simulations
CRM, GLV, HubbellRates, and Logistic
1. added control of stochasticity, external events, migration from the
metacommunity, and the extend of measurement errors to all these simulations
2. added microbial trophic levels (an implicit inter-species interaction) in
`simulateConsumerResource`
3. put together result matrix and some parameters into a list containing the
first element named 'matrix' to store the counts of species in the community
## Support plot using miaViz
Example could be found in `simulateConsumerResource`,
`simulateGLV`, `simulateHubbellRates`, `simulateStochasticLogistic` functions.
## Function documentations
shared templates of documentation in man-roxygen to avoid duplication
other minor improvements
# What's changed
1. ways to customize the distribution in `randomA` and `randomE`
2. tests using previous data formats
# Changes in version 0.99.0 (2021-09-29)
+ Three simulation models and three functions are added
+ Submitted to Bioconductor