-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
63 lines (36 loc) · 1.01 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
cystiSim 0.1.2
==============
* set `stringsAsFactors=FALSE` in data.frames
cystiSim 0.1.1
==============
* fix bug in `update` method (no slaughter == no births)
cystiSim 0.1.0
==============
* first commit to CRAN
cystiSim 0.0.6
==============
* rename intervention functions
* update help files
* add argument `annotate` to `plot.cystiSim`
cystiSim 0.0.5
==============
* add `elim` method for `cystiSim` objects
* fix bug in `exp_decay`
cystiSim 0.0.4
==============
* fix bug in definition of `slaughter.args`
* fix subsetting bug in `do_oxf_vac`
cystiSim 0.0.3
==============
* various CRAN error/warning/note fixes
* change default `min.age` in `do_oxf` to 1
* introduce `do_oxf_vac` function
cystiSim 0.0.2
==============
* introduce `magrittr` style model definitions
* introduce functionalities and methods for multiple `cystiSim` simulations
* introduce functionalities for fitting models to data
* update model to make `slaughter` function generic
cystiSim 0.0.1
==============
* the first version