git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/OncoSimulR@109414 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progresion with Epistasis |
4 |
-Version: 1.99.8 |
|
5 |
-Date: 2015-30-01 |
|
4 |
+Version: 1.99.9 |
|
5 |
+Date: 2015-10-09 |
|
6 | 6 |
Author: Ramon Diaz-Uriarte. |
7 | 7 |
Maintainer: Ramon Diaz-Uriarte <rdiaz02@gmail.com> |
8 | 8 |
Description: Functions for forward population genetic simulation in |
... | ... |
@@ -1,18 +1,23 @@ |
1 |
+Changes in version 1.99.9 (2015-10-08): |
|
2 |
+ - Fixed NEWS file. |
|
3 |
+ - Removed empty file. |
|
4 |
+ |
|
1 | 5 |
Changes in version 1.99.8 (2015-10-01): |
2 |
- - test "initMutant with oncoSimulSample, 2" occasionally fails |
|
6 |
+ - Test "initMutant with oncoSimulSample, 2" occasionally failed. |
|
3 | 7 |
|
4 | 8 |
Changes in version 1.99.7 (2015-09-27): |
5 |
- - initMutant available in oncoSimulPop and oncoSimulSample |
|
9 |
+ - initMutant available in oncoSimulPop and oncoSimulSample. |
|
6 | 10 |
|
7 | 11 |
Changes in version 1.99.6 (2015-09-26): |
8 |
- - Improved test coverage and removed stringsAsfactors from tests |
|
9 |
- - Consistent handling of corner cases in Bozic |
|
10 |
- - Miscell minor documentation improvements |
|
12 |
+ - Improved test coverage and removed stringsAsfactors from tests. |
|
13 |
+ - Consistent handling of corner cases in Bozic. |
|
14 |
+ - Miscell minor documentation improvements. |
|
11 | 15 |
|
12 | 16 |
Changes in version 1.99.5 (2015-06-25): |
13 | 17 |
- Fixed bug in initMutant, added tests, and vignette section. |
14 | 18 |
|
15 | 19 |
Changes in version 1.99.4 (2015-06-22): |
20 |
+ - Plotting true phylogenies. |
|
16 | 21 |
- Tried randutils, from O'Neill. Won't work with gcc-4.6. |
17 | 22 |
- bool issue in Windows/gcc-4.6. |
18 | 23 |
- Most all to all.equal in tests. |
... | ... |
@@ -31,7 +36,7 @@ Changes in version 1.99.1 (2015-06-18): |
31 | 36 |
- Reduce size of RData objects with resaveRdaFiles. |
32 | 37 |
- Try to compile in Mac: mt RNG must include random in all files. |
33 | 38 |
|
34 |
-Changes in version 1.99.0 (2015-06-17): |
|
39 |
+Changes in version 1.99.01 (2015-06-17): |
|
35 | 40 |
- Many MAJOR changes: we are done moving to v.2 |
36 | 41 |
- New way of specifying restrictions (v.2) that allows |
37 | 42 |
arbitrary epistatic interactions and order effects, and |
... | ... |
@@ -41,53 +46,56 @@ Changes in version 1.99.0 (2015-06-17): |
41 | 46 |
- Random DAG generation. |
42 | 47 |
- Some defaults for v.1 changed. |
43 | 48 |
|
49 |
+Changes in version 1.99.00 (2015-04-23): |
|
50 |
+ - Accumulated changes of former 99.1.2 to 99.1.14: |
|
51 |
+ |
|
52 |
+ - changes in intermediate version 1.99.1.14 (2015-04-23): |
|
53 |
+ - Now are things OK (I messed up the repos) |
|
44 | 54 |
|
45 |
-Changes in version 99.1.14 (2015-04-23): |
|
46 |
- - Now are things OK (I messed up the repos) |
|
47 |
- |
|
48 |
-Changes in version 99.1.13 (2015-04-23) |
|
49 |
- - Added a couple of drop = FALSE. Their absence lead to crashes in |
|
50 |
- some strange, borderline cases. |
|
51 |
- - Increased version to make unambiguous version used for anal. CBN. |
|
52 |
- |
|
53 |
-Changes in version 99.1.12 (2015-04-22) |
|
54 |
- - Removed lots of unused conversion helpers and added more strict |
|
55 |
- checks and tests of those checks. |
|
55 |
+ - changes in intermediate version 99.1.13 (2015-04-23) |
|
56 |
+ - Added a couple of drop = FALSE. Their absence lead to |
|
57 |
+ crashes in some strange, borderline cases. |
|
58 |
+ - Increased version to make unambiguous version used for |
|
59 |
+ anal. CBN. |
|
56 | 60 |
|
57 |
-Changes in version 99.1.11 (2015-04-18) |
|
58 |
- - Tests of conversion helpers now really working. |
|
61 |
+ - changes in intermediate version 99.1.12 (2015-04-22) |
|
62 |
+ - Removed lots of unused conversion helpers and added more |
|
63 |
+ strict checks and tests of those checks. |
|
59 | 64 |
|
65 |
+ - changes in intermediate version 99.1.11 (2015-04-18) |
|
66 |
+ - Tests of conversion helpers now really working. |
|
60 | 67 |
|
61 |
-Changes in version 99.1.10 (2015-04-16) |
|
62 |
- - Added conversion helpers as separate file. |
|
63 |
- - Added tests of conversion helpers. |
|
64 |
- - Added generate-random-trees code (separate file). |
|
65 |
- - More strict now on the poset format and conversions. |
|
68 |
+ - changes in intermediate version 99.1.10 (2015-04-16) |
|
69 |
+ - Added conversion helpers as separate file. |
|
70 |
+ - Added tests of conversion helpers. |
|
71 |
+ - Added generate-random-trees code (separate file). |
|
72 |
+ - More strict now on the poset format and conversions. |
|
66 | 73 |
|
67 |
-Changes in version 99.1.9 (2015-04-09) |
|
68 |
- - added null mutation for when we run out of mutable positions, |
|
69 |
- and since not clear how to use BNB then. |
|
74 |
+ - changes in intermediate version 99.1.9 (2015-04-09) |
|
75 |
+ - added null mutation for when we run out of mutable positions, |
|
76 |
+ and since not clear how to use BNB then. |
|
70 | 77 |
|
71 |
-Changes in version 99.1.8 (2015-04-03) |
|
72 |
- - added extraTime. |
|
78 |
+ - changes in intermediate version 99.1.8 (2015-04-03) |
|
79 |
+ - added extraTime. |
|
73 | 80 |
|
74 |
-Changes in version 99.1.7 (2015-04-03) |
|
75 |
- - endTimeEvery removed. Now using minDDrPopSize if needed. |
|
81 |
+ - changes in intermediate version 99.1.7 (2015-04-03) |
|
82 |
+ - endTimeEvery removed. Now using minDDrPopSize if needed. |
|
76 | 83 |
|
77 |
-Changes in version 99.1.6 (2015-03-20) |
|
78 |
- - untilcancer and oncoSimulSample working together |
|
84 |
+ - changes in intermediate version 99.1.6 (2015-03-20) |
|
85 |
+ - untilcancer and oncoSimulSample working together |
|
79 | 86 |
|
80 |
-Changes in version 99.1.5 (2015-03-20) |
|
81 |
- - Using the untilcancer branch |
|
87 |
+ - changes in intermediate version 99.1.5 (2015-03-20) |
|
88 |
+ - Using the untilcancer branch |
|
82 | 89 |
|
83 |
-Changes in version 99.1.4 (2014-12-24) |
|
84 |
- - Added computation of min. of ratio birth/mutation and death/mutation. |
|
90 |
+ - changes in intermediate version 99.1.4 (2014-12-24) |
|
91 |
+ - Added computation of min. of ratio birth/mutation and |
|
92 |
+ death/mutation. |
|
85 | 93 |
|
86 |
-Changes in version 99.1.3 (2014-12-23) |
|
87 |
- - Fixed segfault when hitting wall time and sampling only once. |
|
94 |
+ - changes in intermediate version 99.1.3 (2014-12-23) |
|
95 |
+ - Fixed segfault when hitting wall time and sampling only once. |
|
88 | 96 |
|
89 |
-Changes in version 99.1.2 (2014-12-16) |
|
90 |
- - Sampling only once |
|
97 |
+ - changes in intermediate version 99.1.2 (2014-12-16) |
|
98 |
+ - Sampling only once |
|
91 | 99 |
|
92 | 100 |
Changes in version 0.99.2 (2014-07-14) |
93 | 101 |
- Consistently using indentation in .Rd files. |
... | ... |
@@ -1,15 +1,15 @@ |
1 | 1 |
\usepackage[% |
2 |
- shash={39be2bc}, |
|
3 |
- lhash={39be2bc525ceffa46743bd5fd80cde0c1f959434}, |
|
2 |
+ shash={3d807e8}, |
|
3 |
+ lhash={3d807e8f4219d064e51fdd1d1d901091bb80aa9b}, |
|
4 | 4 |
authname={Ramon Diaz-Uriarte (at Coleonyx)}, |
5 | 5 |
authemail={rdiaz02@gmail.com}, |
6 |
- authsdate={2015-10-05}, |
|
7 |
- authidate={2015-10-05 00:56:02 +0200}, |
|
8 |
- authudate={1443999362}, |
|
6 |
+ authsdate={2015-10-09}, |
|
7 |
+ authidate={2015-10-09 12:42:34 +0200}, |
|
8 |
+ authudate={1444387354}, |
|
9 | 9 |
commname={Ramon Diaz-Uriarte (at Coleonyx)}, |
10 | 10 |
commemail={rdiaz02@gmail.com}, |
11 |
- commsdate={2015-10-05}, |
|
12 |
- commidate={2015-10-05 00:56:02 +0200}, |
|
13 |
- commudate={1443999362}, |
|
11 |
+ commsdate={2015-10-09}, |
|
12 |
+ commidate={2015-10-09 12:42:34 +0200}, |
|
13 |
+ commudate={1444387354}, |
|
14 | 14 |
refnames={ (HEAD -> master)} |
15 | 15 |
]{gitsetinfo} |
16 | 16 |
\ No newline at end of file |