Browse code

4.1.4 --- updated exprTk and removed CXX_STD

ramon diaz-uriarte (at Phelsuma) authored on 08/03/2023 19:30:52
Showing 1 changed files
... ...
@@ -1,3 +1,8 @@
1
+Changes in version 4.1.4 (2023-03-08):
2
+	- Updated exprTk (thanks to pull request from Arash
3
+	  Partow).
4
+
5
+
1 6
 Changes in version 4.1.3 (2023-02-20):
2 7
 	- no need to specify CXX_STD = CXX14 (the default since
3 8
 	  R-4.1.0).
Browse code

version bump in devel

ramon diaz-uriarte (at Phelsuma) authored on 20/02/2023 19:04:27
Showing 1 changed files
... ...
@@ -1,3 +1,7 @@
1
+Changes in version 4.1.3 (2023-02-20):
2
+	- no need to specify CXX_STD = CXX14 (the default since
3
+	  R-4.1.0).
4
+
1 5
 Changes in version 4.1.2 (2023-02-20):
2 6
         - NAMESPACE: do not import .rbind.data.table (no longer exported
3 7
           from data.table 1.14.8, and not needed with R >= 4.0.0).
Browse code

typo in NEWS

ramon diaz-uriarte (at Phelsuma) authored on 20/02/2023 18:38:19
Showing 1 changed files
... ...
@@ -1,4 +1,4 @@
1
-Changes in version 4.1.1 (2023-02-20):
1
+Changes in version 4.1.2 (2023-02-20):
2 2
         - NAMESPACE: do not import .rbind.data.table (no longer exported
3 3
           from data.table 1.14.8, and not needed with R >= 4.0.0).
4 4
 
Browse code

v.4.1.1: do not import .rbind.data.table

ramon diaz-uriarte (at Phelsuma) authored on 20/02/2023 18:01:31
Showing 1 changed files
... ...
@@ -1,3 +1,7 @@
1
+Changes in version 4.1.1 (2023-02-20):
2
+        - NAMESPACE: do not import .rbind.data.table (no longer exported
3
+          from data.table 1.14.8, and not needed with R >= 4.0.0).
4
+
1 5
 Changes in version 4.1 (2022-11-24):
2 6
 	- Faster, cleaner, and better tests of interventions.
3 7
 
Browse code

4.1.1: improved and faster intervention tests

ramon diaz-uriarte (at Phelsuma) authored on 24/11/2022 13:24:15
Showing 1 changed files
... ...
@@ -1,3 +1,6 @@
1
+Changes in version 4.1 (2022-11-24):
2
+	- Faster, cleaner, and better tests of interventions.
3
+
1 4
 Changes in version 4.0 (for BioC 3.16):
2 5
 	- MAJOR change: users can simulate interventions and adaptive therapy,
3 6
 	  as well as define, track, and use in fitness-dependent specifications
Browse code

3.99.12

ramon diaz-uriarte (at Phelsuma) authored on 19/10/2022 19:10:17
Showing 1 changed files
... ...
@@ -1,3 +1,23 @@
1
+Changes in version 4.0 (for BioC 3.16):
2
+	- MAJOR change: users can simulate interventions and adaptive therapy,
3
+	  as well as define, track, and use in fitness-dependent specifications
4
+	  user-defined variables.
5
+	- MAJOR change: users can specify birth and death rates as they want,
6
+	  including making both or just one frequency-dependent.
7
+	- onlyCancer = FALSE by default in all calls to oncoSimul*.
8
+	  This is a possible BRAEKING CHANGE.
9
+	- Plot fails with a meaningful error if simulations
10
+	  had unrecoverable exception or hit max wall time
11
+	  or max num tries.	  
12
+	- Improvements in vignette speed.
13
+	- Improvements in compilation speed.
14
+
15
+Changes in version 3.99.12 (2022-10-19):
16
+	- Try to allow vignette to build successfully in the ARM64 Mac build:
17
+	  use a try(plot) in chunk fdfmutex2.
18
+	- Use apa style citation and a few fixes to bib.
19
+	- Minor additions to vignette.
20
+
1 21
 Changes in version 3.99.11 (2022-10-13):
2 22
 	- Increase max.wall.time of two tests, as in very slow Windoze machines
3 23
 	  they can hit max wall time.
Browse code

3.99.11: increase max.wall.time in two tests that can take very long in Windoze

ramon diaz-uriarte (at Phelsuma) authored on 13/10/2022 21:54:17
Showing 1 changed files
... ...
@@ -1,3 +1,7 @@
1
+Changes in version 3.99.11 (2022-10-13):
2
+	- Increase max.wall.time of two tests, as in very slow Windoze machines
3
+	  they can hit max wall time.
4
+
1 5
 Changes in version 3.99.10 (2022-10-13):
2 6
 	- onlyCancer = FALSE by default in all calls to oncoSimul*.
3 7
 	  This is a possible BRAEKING CHANGE.
Browse code

3.99.10; faster vignette, onlyCancer=FALSE, plot fails with sensible error if simulation had exception

ramon diaz-uriarte (at Phelsuma) authored on 13/10/2022 13:32:19
Showing 1 changed files
... ...
@@ -1,3 +1,11 @@
1
+Changes in version 3.99.10 (2022-10-13):
2
+	- onlyCancer = FALSE by default in all calls to oncoSimul*.
3
+	  This is a possible BRAEKING CHANGE.
4
+	- Plot fails with a meaningful error if simulations
5
+	  had unrecoverable exception or hit max wall time
6
+	  or max num tries.
7
+	- Faster vignette.
8
+
1 9
 Changes in version 3.99.9 (2022-09-30):
2 10
 	- Minor vignette split of code, to try to detect
3 11
 	  location of problem with ARM64 Mac build.
Browse code

3.99.9: vignette problem ARM64 Mac build?

ramon diaz-uriarte (at Phelsuma) authored on 01/10/2022 11:40:27
Showing 1 changed files
... ...
@@ -1,3 +1,7 @@
1
+Changes in version 3.99.9 (2022-09-30):
2
+	- Minor vignette split of code, to try to detect
3
+	  location of problem with ARM64 Mac build.
4
+	  
1 5
 Changes in version 3.99.8 (2022-09-15):
2 6
 	- Using "Unity builds" to decrease build (compilation) time;
3 7
 	  see file inst/miscell/README_Unity_compilation.
Browse code

3.99.8: unity build

ramon diaz-uriarte (at Phelsuma) authored on 15/09/2022 19:29:51
Showing 1 changed files
... ...
@@ -1,3 +1,8 @@
1
+Changes in version 3.99.8 (2022-09-15):
2
+	- Using "Unity builds" to decrease build (compilation) time;
3
+	  see file inst/miscell/README_Unity_compilation.
4
+
5
+
1 6
 Changes in version 3.99.7 (2022-09-13):
2 7
 	- Use c++14 and, in windows, do not use -O3: try to minimize
3 8
 	  build time.
Browse code

3.99.7: c++14 and no o3 in win to try faster build

ramon diaz-uriarte (at Phelsuma) authored on 13/09/2022 15:28:36
Showing 1 changed files
... ...
@@ -1,3 +1,7 @@
1
+Changes in version 3.99.7 (2022-09-13):
2
+	- Use c++14 and, in windows, do not use -O3: try to minimize
3
+	  build time.
4
+	  
1 5
 Changes in version 3.99.6 (2022-09-12):
2 6
 	- Udpated exprtk.
3 7
 
Browse code

3.99.6: exprtk updated

ramon diaz-uriarte (at Phelsuma) authored on 12/09/2022 18:21:57
Showing 1 changed files
... ...
@@ -1,3 +1,6 @@
1
+Changes in version 3.99.6 (2022-09-12):
2
+	- Udpated exprtk.
3
+
1 4
 Changes in version 3.99.5 (2022-07-19):
2 5
 	- Funding logo added to README.md and vignette.
3 6
 	
Browse code

3.99.5; logo funding

ramon diaz-uriarte (at Phelsuma) authored on 19/07/2022 14:19:56
Showing 1 changed files
... ...
@@ -1,3 +1,6 @@
1
+Changes in version 3.99.5 (2022-07-19):
2
+	- Funding logo added to README.md and vignette.
3
+	
1 4
 Changes in version 3.99.4 (2022-07-04):
2 5
 	- Failing a test in test.Z-intervention.R in Mac OS; did not fix
3 6
 	correctly previous time.
Browse code

3.99.4: fixing failing test.Z-interventions on Mac

ramon diaz-uriarte (at Phelsuma) authored on 04/07/2022 21:06:23
Showing 1 changed files
... ...
@@ -1,3 +1,7 @@
1
+Changes in version 3.99.4 (2022-07-04):
2
+	- Failing a test in test.Z-intervention.R in Mac OS; did not fix
3
+	correctly previous time.
4
+
1 5
 Changes in version 3.99.3 (2022-06-30):
2 6
 	- Failing a test in test.Z-intervention.R in Mac OS
3 7
 	
Browse code

3.99.3: failing a test in Mac OS

ramon diaz-uriarte (at Phelsuma) authored on 30/06/2022 12:59:27
Showing 1 changed files
... ...
@@ -1,3 +1,6 @@
1
+Changes in version 3.99.3 (2022-06-30):
2
+	- Failing a test in test.Z-intervention.R in Mac OS
3
+	
1 4
 Changes in version 3.99.2 (2022-06-29):
2 5
 	- Vignette: author list and references.
3 6
 
Browse code

3.99.2

ramon diaz-uriarte (at Phelsuma) authored on 29/06/2022 12:44:37
Showing 1 changed files
... ...
@@ -1,3 +1,6 @@
1
+Changes in version 3.99.2 (2022-06-29):
2
+	- Vignette: author list and references.
3
+
1 4
 Changes in version 3.99.1 (2022-06-25):
2 5
 	- Users can specify birth and death rates as they want, including
3 6
 	  making both or just one frequency-dependent (thanks to Alberto
Browse code

3.99.1: interventions, death with fdf, user variables

ramon diaz-uriarte (at Phelsuma) authored on 25/06/2022 14:24:13
Showing 1 changed files
... ...
@@ -1,3 +1,14 @@
1
+Changes in version 3.99.1 (2022-06-25):
2
+	- Users can specify birth and death rates as they want, including
3
+	  making both or just one frequency-dependent (thanks to Alberto
4
+	  González Klein).
5
+	- Interventions (thanks to Javier Muñoz Haro).
6
+	- User-defined variables and adaptive therapy (thanks to Javier López
7
+	  Cano).
8
+
9
+Changes in version 3.3.0 (2021-10-27):
10
+	- Bump version number for BioC
11
+		
1 12
 Changes in version 3.1.2 (2021-10-06):
2 13
 	- Better test of poset transformation
3 14
 	
Browse code

3.1.2, better test of poset transformation

ramon diaz-uriarte (at Phelsuma) authored on 06/10/2021 20:18:41
Showing 1 changed files
... ...
@@ -1,3 +1,6 @@
1
+Changes in version 3.1.2 (2021-10-06):
2
+	- Better test of poset transformation
3
+	
1 4
 Changes in version 3.1.1 (2021-10-06):
2 5
 	- XOR, AND, OR dependencies: plots of DAGs honor all possible values.
3 6
 	- Few miscell minor changes.
Browse code

3.1.1: XOR, AND, OR: plots of DAGs honor all possible values

ramon diaz-uriarte (at Phelsuma) authored on 06/10/2021 18:38:06
Showing 1 changed files
... ...
@@ -1,3 +1,7 @@
1
+Changes in version 3.1.1 (2021-10-06):
2
+	- XOR, AND, OR dependencies: plots of DAGs honor all possible values.
3
+	- Few miscell minor changes.
4
+
1 5
 Changes in version 3.0 (for BioC 3.13):
2 6
 	- MAJOR change: frequency dependent fitness available.
3 7
 	- Removed v.1 functionality.
Browse code

NEWS file updated for BioC release

ramon diaz-uriarte (at Phelsuma) authored on 04/05/2021 13:11:15
Showing 1 changed files
... ...
@@ -1,3 +1,9 @@
1
+Changes in version 3.0 (for BioC 3.13):
2
+	- MAJOR change: frequency dependent fitness available.
3
+	- Removed v.1 functionality.
4
+	- Multiple initMutants.
5
+	- Added MAGELLAN's sources and functionality from MAGELLAN.
6
+
1 7
 Changes in version 2.99.93 (2021-04-30):
2 8
 	- Fixed bugs and improved testing of rfitness with
3 9
 	three-element scale vector.
Browse code

2.99.93; fixed bugs and test errors for three-element vector

ramon diaz-uriarte (at Phelsuma) authored on 29/04/2021 23:22:43
Showing 1 changed files
... ...
@@ -1,3 +1,7 @@
1
+Changes in version 2.99.93 (2021-04-30):
2
+	- Fixed bugs and improved testing of rfitness with
3
+	three-element scale vector.
4
+	
1 5
 Changes in version 2.99.92 (2021-04-27):
2 6
 	- rfitness: scale can take a three-element vector.
3 7
 	- Vignette: examples (not run) for deviations from SSWM.
Browse code

2.99.92: rfitness with a three-element vector for scale and SSWM examples

ramon diaz-uriarte (at Phelsuma) authored on 27/04/2021 13:58:19
Showing 1 changed files
... ...
@@ -1,3 +1,7 @@
1
+Changes in version 2.99.92 (2021-04-27):
2
+	- rfitness: scale can take a three-element vector.
3
+	- Vignette: examples (not run) for deviations from SSWM.
4
+
1 5
 Changes in version 2.99.9 (2021-04-22):
2 6
 	- Fixed date typo in one citation.
3 7
 	- We were inconsistent, allowing some examples of one gene.
Browse code

v. 2.99.9: fixed one-gene cases, nem in Readme, typos; removin unused code and v.1 from long tests

ramon diaz-uriarte (at Phelsuma) authored on 22/04/2021 10:27:49
Showing 1 changed files
... ...
@@ -1,3 +1,12 @@
1
+Changes in version 2.99.9 (2021-04-22):
2
+	- Fixed date typo in one citation.
3
+	- We were inconsistent, allowing some examples of one gene.
4
+	- Readme: nem.
5
+	
6
+Changes in version 2.99.8 (2021-01-01):
7
+	- Removing unused code.
8
+	- Long tests: no longer using v.1.
9
+
1 10
 Changes in version 2.99.7 (2020-12-30):
2 11
 	- Vignette: fixed two missing refs and add seed in two examples.
3 12
 
Browse code

v.2.99.7

ramon diaz-uriarte (at Phelsuma) authored on 30/12/2020 15:01:49
Showing 1 changed files
... ...
@@ -1,3 +1,6 @@
1
+Changes in version 2.99.7 (2020-12-30):
2
+	- Vignette: fixed two missing refs and add seed in two examples.
3
+
1 4
 Changes in version 2.99.6 (2020-12-30):
2 5
 	- No longer v.1 functionality.
3 6
 	- Slightly faster vignette.
Browse code

correct date

ramon diaz-uriarte (at Phelsuma) authored on 30/12/2020 00:43:01
Showing 1 changed files
... ...
@@ -1,5 +1,6 @@
1
-Changes in version 2.99.6 (2020-12-13):
1
+Changes in version 2.99.6 (2020-12-30):
2 2
 	- No longer v.1 functionality.
3
+	- Slightly faster vignette.
3 4
 
4 5
 Changes in version 2.99.5 (2020-12-18):
5 6
 	- Random timeouts when building in tokay2 (Windows, BioC); fixing
Browse code

v. 2.99.6: no v.1

ramon diaz-uriarte (at Phelsuma) authored on 30/12/2020 00:29:19
Showing 1 changed files
... ...
@@ -1,3 +1,6 @@
1
+Changes in version 2.99.6 (2020-12-13):
2
+	- No longer v.1 functionality.
3
+
1 4
 Changes in version 2.99.5 (2020-12-18):
2 5
 	- Random timeouts when building in tokay2 (Windows, BioC); fixing
3 6
 	seed in vignette.
Browse code

2.99.5

ramon diaz-uriarte (at Phelsuma) authored on 18/12/2020 22:20:58
Showing 1 changed files
... ...
@@ -1,9 +1,15 @@
1
+Changes in version 2.99.5 (2020-12-18):
2
+	- Random timeouts when building in tokay2 (Windows, BioC); fixing
3
+	seed in vignette.
4
+
1 5
 Changes in version 2.99.4 (2020-12-17):
6
+	- Clean up of C++ code.	
7
+
8
+Changes in version 2.99.3 (2020-12-13):
2 9
 	- Remove unnecessary (and cluttering) output and irrelevant
3 10
 	warnings when running tests.
4 11
 	- Decrease execution time of longer running examples in man (Rd) files.
5 12
 	- Decrease time of vignette.
6
-	- Clean up of C++ code.
7 13
 	
8 14
 Changes in version 2.99.2 (2020-12-11):
9 15
 	- Failed on test on Mac.
Browse code

2.99.4

ramon diaz-uriarte (at Phelsuma) authored on 17/12/2020 15:07:07
Showing 1 changed files
... ...
@@ -1,8 +1,9 @@
1
-Changes in version 2.99.3 (2020-12-13):
1
+Changes in version 2.99.4 (2020-12-17):
2 2
 	- Remove unnecessary (and cluttering) output and irrelevant
3 3
 	warnings when running tests.
4 4
 	- Decrease execution time of longer running examples in man (Rd) files.
5 5
 	- Decrease time of vignette.
6
+	- Clean up of C++ code.
6 7
 	
7 8
 Changes in version 2.99.2 (2020-12-11):
8 9
 	- Failed on test on Mac.
Browse code

v. 2.99.3

ramon diaz-uriarte (at Phelsuma) authored on 13/12/2020 14:35:47
Showing 1 changed files
... ...
@@ -1,3 +1,9 @@
1
+Changes in version 2.99.3 (2020-12-13):
2
+	- Remove unnecessary (and cluttering) output and irrelevant
3
+	warnings when running tests.
4
+	- Decrease execution time of longer running examples in man (Rd) files.
5
+	- Decrease time of vignette.
6
+	
1 7
 Changes in version 2.99.2 (2020-12-11):
2 8
 	- Failed on test on Mac.
3 9
 
Browse code

2.99.2

ramon diaz-uriarte (at Phelsuma) authored on 11/12/2020 20:53:48
Showing 1 changed files
... ...
@@ -1,3 +1,6 @@
1
+Changes in version 2.99.2 (2020-12-11):
2
+	- Failed on test on Mac.
3
+
1 4
 Changes in version 2.99.1 (2020-12-10):
2 5
 	- Bump version number for BioC, so it will become version 3.0.0 in
3 6
           next release.
Browse code

version 2.99.1: frequency-dependent fitness functionality

ramon diaz-uriarte (at Phelsuma) authored on 10/12/2020 11:41:53
Showing 1 changed files
... ...
@@ -1,69 +1,165 @@
1
-Changes in version 2.19.2 (2020-06-03):
1
+Changes in version 2.99.1 (2020-12-10):
2
+	- Bump version number for BioC, so it will become version 3.0.0 in
3
+          next release.
4
+	- Latest version of exprtk.  
5
+	
6
+Changes in version 2.21.995 (2020-12-09):
7
+	- Vignette: rewrote most FDF examples using names (not numbers)
8
+	for fitness specification.
9
+	
10
+Changes in version 2.21.994 (2020-12-08):
11
+	- Can start simulation from arbitrary configuration: multiple init
12
+	mutants (and multispecies functionality).
13
+	- Freq-dep-fitness does not need to have a WT in fitness tables.
14
+	- Bumped version (to 2.21.xyz) for new BioC devel.
15
+
16
+Changes in version 2.19.993 (2020-12-01):
17
+	- Added tests of mutator functionality with freq-dep-fitness.
18
+
19
+Changes in version 2.19.992 (2020-09-23):
20
+	- currentTime can be used in freq-dep-fitness expressions
21
+	- popSizes is passed to evalGenotypes (not genotypeFitness)
22
+	- for freq-dep-fitness, type of freq. dep. argument can be guessed
23
+	  automatically
24
+
25
+Changes in version 2.19.991 (2020-06-03):
2 26
 	- Updated ctb: added Magellan and exprTk and clarified contributions.
27
+	- Updated version (to 2.19.xyz) for new BioC devel.
3 28
 
4
-Changes in version 2.19.1 (2020-05-05):
29
+Changes in version 2.17.998 (2020-05-20):
30
+	- Fixed test.Z-magellan failure in Mac.
5 31
 	- Occasional failures of @test.sample-prob.R#42
6 32
 	in Windows 386
7
-
8
-Changes in version 2.19.0 (2020-05-05):
9
-	- Bumped version to match current Biocdevel.
10
-
11
-Changes in version 2.17.92 (2020-04-27):
12
-	- Fixed test.Z-magellan failure in Mac.
13
-
14
-Changes in version 2.17.91 (2020-04-24):
15 33
 	- Fixed Wrestrict warnings in Windows from MAGELLAN's sources.
16
-	
17
-Changes in version 2.17.9 (2020-03-16):
34
+	- Cherry picked from master, as of 2020-05-20:
35
+	  - from: [13a4061]
36
+	  - to: [e1ef78a]
37
+	  - Already added: [519c8a7] to [f716534]
38
+
39
+Changes in version 2.17.997 (2020-04-27):
18 40
 	- With R-devel, stringsAsFactors = FALSE by default. Fix
19 41
 	tests
20 42
 	- POM documentation.
21
-	
22
-Changes in version 2.17.8 (2020-02-02):
23 43
 	- With newest R-devel (01-28) getting
24 44
 	  "the condition has length > 1": fixed.
45
+
46
+	- Cherry picked from master, as of 2020-03-17:
47
+	  - [6645512] : OK
48
+	  - [a273ac2] : OK
49
+	  - [307dc97] : already added [5436d80]      
50
+	  - [bcb8543] : not needed (just version date/number)
51
+	  - [5f42713] : already added [3b488a0] 
52
+	  - [eb2766b] : already added [3aba92d]   
53
+
54
+Changes in version 2.17.996 (2020-01-28):
55
+	- More freq-dep-fitness examples.
56
+
57
+Changes in version 2.17.995 (2020-01-25):
58
+	- Reverted modifications to plot (see committ d182fbb)
25 59
 	
26
-Changes in version 2.17.7 (2020-01-30):
60
+Changes in version 2.17.994 (2020-01-25):
61
+	- plot: allow legend to be outside
62
+
63
+Changes in version 2.17.993 (2020-01-23):
27 64
 	- Removed dependency on nem, to be deprecated. Adding nem's
28 65
 	code (file nem_transitive_reduction.R).
29
-
30
-Changes in version 2.17.6 (2020-01-22):
31 66
 	- Further additions of MAGELLAN's functionality and Additive
32
-	model to rfitness
33
-
34
-Changes in version 2.17.5 (2019-12-19):
67
+	model to rfitness. Merging from master.
68
+
69
+	- These is from cherry-picking commits to master, as of 2020-01-22:
70
+	  - [eda2e75]
71
+	  - [4ab7e90]
72
+	  - [8e35201]
73
+	  - [832945b]
74
+	  - [aafb84e]
75
+	  - [fe0891e]
76
+	  - [286bf57]
77
+	  - [e221a8e]
78
+	  - [941df3d]
79
+	  - [59b9662]
80
+	  - [39c4d55]
81
+	  - [a245e44]
82
+	  - [114a930]
83
+	  - [49e8d40]
84
+	  - [df6d0cd]
85
+	  - [5a0be19]
86
+	  - [734bf76]
87
+
88
+Changes in version 2.17.992 (2019-12-19):
35 89
 	- Oooops: forgot Makevars.win
36
-	
37
-Changes in version 2.17.4 (2019-12-19):
38 90
 	- fno-common: better way of dealing with verbose in magellan.
91
+	[from commit 912503a and e7b549e in master ]
92
+	      - the equivalente of commit 9efd3ad is also included.
39 93
 
40
-Changes in version 2.17.3 (2019-12-17):
94
+Changes in version 2.17.991 (2019-12-18):
41 95
 	- Compiles with fno-common (for gcc 10).
42
-	
43
-Changes in version 2.17.2 (2019-12-17):
44 96
 	- Fixed error "length(x) = 5 > 1' in coercion to 'logical(1)'"
45
-	
46
-Changes in version 2.17.1 (2019-11-24):
47 97
 	- rfitness: clarified log=TRUE and truncate_at_0 after log.
48 98
 	- Magellan_stats: really return a vector.
49
-	
50
-Changes in version 2.17.0 (2019-10-25):
51
-	- Bumped version for BioC-3.11
52
-	
53
-Changes in version 2.15.2 (2019-08-14):
54 99
 	- Trying to prevent fscanf warning in FitnessLandscape/input.c
55 100
 
56
-Changes in version 2.15.1 (2019-06-06):
101
+	- These is from cherry-picking commits to master, as of 2019-12-17:
102
+	  - [60533ab]
103
+	    - 2.17.3: (here is where fno-common should be)
104
+  	      [though nothing needed to merge here]
105
+
106
+	    - [2dbc895]
107
+	      - link to Magellan_stats help 
108
+
109
+	    - [73854e0]
110
+  	      - fno-common
111
+  
112
+	    - [92b7f4b]
113
+  	      - renamed verbose [in one of MAGELLAN's C files]
114
+
115
+	    - [a6c95a3]
116
+  	      - install-dir.sh
117
+
118
+	    - [ec15dbf]
119
+  	      - Fixed error "length(x) = 5 > 1' in coercion to 'logical(1)'"
120
+
121
+	    - [8a06478]
122
+  	      - Ochs and Desai: fixed typo 
123
+
124
+	    - [94c9df7]
125
+  	      - do not default to log when using Magellan_stats
126
+
127
+	    - [a8b5dae]
128
+  	      - appveyor
129
+
130
+	    - [2e80c74]
131
+  	      - rfitness: clarified log=TRUE and truncate_at_0 after log.
132
+  	      - Magellan_stats: really return a vector.
133
+
134
+	    - [3e67e80]
135
+  	      - Trying to prevent fscanf warning in FitnessLandscape/input.c 
136
+
137
+	    - [b89a135]
138
+  	      - appveyor file
139
+
140
+Changes in version 2.15.996 (2019-06-12):
141
+	- Numerical issues in one test in i386 (Windows)
142
+
143
+Changes in version 2.15.995 (2019-06-12):
57 144
 	- Added MAGELLAN's sources and functionality from MAGELLAN.
58
-	
59
-Changes in version 2.15.0 (2019-06-06):
145
+
146
+Changes in version 2.15.994 (2019-05-25):
147
+	- Windoze: giving up on current Rtools35, but working with Rtools40
148
+	  (see Makevars.win)
149
+	- Cleaned up a few compiler warnings.  
150
+
151
+Changes in version 2.15.99 (2019-05-14):
60 152
 	- Bumped version to match current Biocdevel.
61
-	
153
+
154
+Changes in version 2.13.99 (1970-01-01):
155
+	- frequency dependent fitness. This is a MAJOR addition.
156
+	- (the date is bogus, of course)
157
+
62 158
 Changes in version 2.13.2 (2019-03-18):
63 159
 	- changes in behavior of sample
64 160
 	  (see NEWS and https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17494) were
65 161
 	  leading to failures of some tests. Using RNGversion in some tests.
66
-
162
+	  
67 163
 Changes in version 2.13.1 (2019-02-07):
68 164
 	- bumped to one over the BioC-3.9 version
69 165
 
Browse code

2.19.2: Updated ctb: added Magellan and exprTk and clarified contributions

ramon diaz-uriarte (at Phelsuma) authored on 03/06/2020 13:57:39
Showing 1 changed files
... ...
@@ -1,3 +1,6 @@
1
+Changes in version 2.19.2 (2020-06-03):
2
+	- Updated ctb: added Magellan and exprTk and clarified contributions.
3
+
1 4
 Changes in version 2.19.1 (2020-05-05):
2 5
 	- Occasional failures of @test.sample-prob.R#42
3 6
 	in Windows 386
Browse code

2.19.1

ramon diaz-uriarte (at Phelsuma) authored on 06/05/2020 10:10:54
Showing 1 changed files
... ...
@@ -1,3 +1,10 @@
1
+Changes in version 2.19.1 (2020-05-05):
2
+	- Occasional failures of @test.sample-prob.R#42
3
+	in Windows 386
4
+
5
+Changes in version 2.19.0 (2020-05-05):
6
+	- Bumped version to match current Biocdevel.
7
+
1 8
 Changes in version 2.17.92 (2020-04-27):
2 9
 	- Fixed test.Z-magellan failure in Mac.
3 10
 
Browse code

2.17.92

ramon diaz-uriarte (at Phelsuma) authored on 26/04/2020 23:20:51
Showing 1 changed files
... ...
@@ -1,3 +1,6 @@
1
+Changes in version 2.17.92 (2020-04-27):
2
+	- Fixed test.Z-magellan failure in Mac.
3
+
1 4
 Changes in version 2.17.91 (2020-04-24):
2 5
 	- Fixed Wrestrict warnings in Windows from MAGELLAN's sources.
3 6
 	
Browse code

2.17.91: fixed warning with Wrestrict from Magellan sources

ramon diaz-uriarte (at Phelsuma) authored on 24/04/2020 01:29:59
Showing 1 changed files
... ...
@@ -1,3 +1,6 @@
1
+Changes in version 2.17.91 (2020-04-24):
2
+	- Fixed Wrestrict warnings in Windows from MAGELLAN's sources.
3
+	
1 4
 Changes in version 2.17.9 (2020-03-16):
2 5
 	- With R-devel, stringsAsFactors = FALSE by default. Fix
3 6
 	tests
Browse code

2.17.9: POM doc and adapt to stringsAsFactors = FALSE

ramon diaz-uriarte (at Phelsuma) authored on 17/03/2020 12:31:37
Showing 1 changed files
... ...
@@ -1,3 +1,8 @@
1
+Changes in version 2.17.9 (2020-03-16):
2
+	- With R-devel, stringsAsFactors = FALSE by default. Fix
3
+	tests
4
+	- POM documentation.
5
+	
1 6
 Changes in version 2.17.8 (2020-02-02):
2 7
 	- With newest R-devel (01-28) getting
3 8
 	  "the condition has length > 1": fixed.
Browse code

2.17.8

ramon diaz-uriarte (at Phelsuma) authored on 01/02/2020 23:58:49
Showing 1 changed files
... ...
@@ -1,3 +1,7 @@
1
+Changes in version 2.17.8 (2020-02-02):
2
+	- With newest R-devel (01-28) getting
3
+	  "the condition has length > 1": fixed.
4
+	
1 5
 Changes in version 2.17.7 (2020-01-30):
2 6
 	- Removed dependency on nem, to be deprecated. Adding nem's
3 7
 	code (file nem_transitive_reduction.R).
Browse code

2.17.7: no longer depends on nem; more models from MAGELLAN

ramon diaz-uriarte (at Phelsuma) authored on 30/01/2020 13:39:14
Showing 1 changed files
... ...
@@ -1,3 +1,11 @@
1
+Changes in version 2.17.7 (2020-01-30):
2
+	- Removed dependency on nem, to be deprecated. Adding nem's
3
+	code (file nem_transitive_reduction.R).
4
+
5
+Changes in version 2.17.6 (2020-01-22):
6
+	- Further additions of MAGELLAN's functionality and Additive
7
+	model to rfitness
8
+
1 9
 Changes in version 2.17.5 (2019-12-19):
2 10
 	- Oooops: forgot Makevars.win
3 11
 	
Browse code

2.17.5

ramon diaz-uriarte (at Phelsuma) authored on 19/12/2019 20:22:38
Showing 1 changed files
... ...
@@ -1,3 +1,6 @@
1
+Changes in version 2.17.5 (2019-12-19):
2
+	- Oooops: forgot Makevars.win
3
+	
1 4
 Changes in version 2.17.4 (2019-12-19):
2 5
 	- fno-common: better way of dealing with verbose in magellan.
3 6
 
Browse code

2.17.4

ramon diaz-uriarte (at Phelsuma) authored on 19/12/2019 08:27:20
Showing 1 changed files
... ...
@@ -1,3 +1,6 @@
1
+Changes in version 2.17.4 (2019-12-19):
2
+	- fno-common: better way of dealing with verbose in magellan.
3
+
1 4
 Changes in version 2.17.3 (2019-12-17):
2 5
 	- Compiles with fno-common (for gcc 10).
3 6
 	
Browse code

2.17.3: here is where fno-common should be

ramon diaz-uriarte (at Phelsuma) authored on 17/12/2019 15:17:37
Showing 1 changed files
... ...
@@ -1,6 +1,8 @@
1
+Changes in version 2.17.3 (2019-12-17):
2
+	- Compiles with fno-common (for gcc 10).
3
+	
1 4
 Changes in version 2.17.2 (2019-12-17):
2 5
 	- Fixed error "length(x) = 5 > 1' in coercion to 'logical(1)'"
3
-	- Compiles with fno-common (for gcc 10).
4 6
 	
5 7
 Changes in version 2.17.1 (2019-11-24):
6 8
 	- rfitness: clarified log=TRUE and truncate_at_0 after log.
Browse code

2.17.2: fno-common

ramon diaz-uriarte (at Phelsuma) authored on 17/12/2019 15:14:43
Showing 1 changed files
... ...
@@ -1,5 +1,6 @@
1 1
 Changes in version 2.17.2 (2019-12-17):
2 2
 	- Fixed error "length(x) = 5 > 1' in coercion to 'logical(1)'"
3
+	- Compiles with fno-common (for gcc 10).
3 4
 	
4 5
 Changes in version 2.17.1 (2019-11-24):
5 6
 	- rfitness: clarified log=TRUE and truncate_at_0 after log.
Browse code

2.17.2: if with logical length > 1 fixed

ramon diaz-uriarte (at Phelsuma) authored on 17/12/2019 11:25:52
Showing 1 changed files
... ...
@@ -1,3 +1,6 @@
1
+Changes in version 2.17.2 (2019-12-17):
2
+	- Fixed error "length(x) = 5 > 1' in coercion to 'logical(1)'"
3
+	
1 4
 Changes in version 2.17.1 (2019-11-24):
2 5
 	- rfitness: clarified log=TRUE and truncate_at_0 after log.
3 6
 	- Magellan_stats: really return a vector.
Browse code

2.17.1: rfitness, clarified log and truncate, and Magellan_stats, return vector and do not use log by default

ramon diaz-uriarte (at Phelsuma) authored on 28/11/2019 19:58:05
Showing 1 changed files
... ...
@@ -1,3 +1,10 @@
1
+Changes in version 2.17.1 (2019-11-24):
2
+	- rfitness: clarified log=TRUE and truncate_at_0 after log.
3
+	- Magellan_stats: really return a vector.
4
+	
5
+Changes in version 2.17.0 (2019-10-25):
6
+	- Bumped version for BioC-3.11
7
+	
1 8
 Changes in version 2.15.2 (2019-08-14):
2 9
 	- Trying to prevent fscanf warning in FitnessLandscape/input.c
3 10
 
Browse code

fscanf warning under Linux with BioC

ramon diaz-uriarte (at Phelsuma) authored on 14/08/2019 10:38:39
Showing 1 changed files
... ...
@@ -1,3 +1,6 @@
1
+Changes in version 2.15.2 (2019-08-14):
2
+	- Trying to prevent fscanf warning in FitnessLandscape/input.c
3
+
1 4
 Changes in version 2.15.1 (2019-06-06):
2 5
 	- Added MAGELLAN's sources and functionality from MAGELLAN.
3 6
 	
Browse code

2.15.1: Added MAGELLANs sources and functionality from MAGELLAN

ramon diaz-uriarte (at Phelsuma) authored on 02/07/2019 14:55:40
Showing 1 changed files
... ...
@@ -1,3 +1,9 @@
1
+Changes in version 2.15.1 (2019-06-06):
2
+	- Added MAGELLAN's sources and functionality from MAGELLAN.
3
+	
4
+Changes in version 2.15.0 (2019-06-06):
5
+	- Bumped version to match current Biocdevel.
6
+	
1 7
 Changes in version 2.13.2 (2019-03-18):
2 8
 	- changes in behavior of sample
3 9
 	  (see NEWS and https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17494) were
Browse code

2.13.2

ramon diaz-uriarte (at Phelsuma) authored on 18/03/2019 11:11:47
Showing 1 changed files
... ...
@@ -1,3 +1,8 @@
1
+Changes in version 2.13.2 (2019-03-18):
2
+	- changes in behavior of sample
3
+	  (see NEWS and https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17494) were
4
+	  leading to failures of some tests. Using RNGversion in some tests.
5
+
1 6
 Changes in version 2.13.1 (2019-02-07):
2 7
 	- bumped to one over the BioC-3.9 version
3 8
 
Browse code

v 2.13.1: works with STRICT_R_HEADERS

ramon diaz-uriarte (at Phelsuma) authored on 07/02/2019 18:45:19
Showing 1 changed files
... ...
@@ -1,3 +1,9 @@
1
+Changes in version 2.13.1 (2019-02-07):
2
+	- bumped to one over the BioC-3.9 version
3
+
4
+Changes in version 2.11.2 (2018-09-24):
5
+	- works with STRICT_R_HEADERS
6
+	
1 7
 Changes in version 2.11.1:
2 8
 	- robustify test.fixation.R, Local max, tolerance
3 9
 	
Browse code

no longer refs to older installer and robustify one test

ramon diaz-uriarte (at Phelsuma) authored on 16/07/2018 20:27:32
Showing 1 changed files
... ...
@@ -1,3 +1,6 @@
1
+Changes in version 2.11.1:
2
+	- robustify test.fixation.R, Local max, tolerance
3
+	
1 4
 Changes in version 2.10.0 (for BioC 3.7):
2 5
 	- probDetect mechanism changed. This could be a BREAKING CHANGE.
3 6
 	  The expression divides by the baseline. For fixed initSize, this
Browse code

2.9.10: test.Z-fixation: some tests only on Linux because rng is done in C++.

ramon diaz-uriarte (at Phelsuma) authored on 19/04/2018 19:17:38
Showing 1 changed files
... ...
@@ -1,3 +1,19 @@
1
+Changes in version 2.10.0 (for BioC 3.7):
2
+	- probDetect mechanism changed. This could be a BREAKING CHANGE.
3
+	  The expression divides by the baseline. For fixed initSize, this
4
+	  is simply a matter of changing the cPDetect.
5
+	- fixation allows exact genotypes, includes tolerance,
6
+ 	  and checks for a successive number of specified periods
7
+	- LOD: using only the strict Szendro et al. meaning.
8
+	- POM: computed in C++.
9
+	- Using fitness landscape directly when given as input (no
10
+          conversion to epistasis) and several improvements in speed when
11
+	  using fitness landscapes as input.
12
+
13
+Changes in version 2.9.10 (2018-04-19):
14
+	- test.Z-fixation: some tests only on Linux because rng is done in
15
+	C++.
16
+	
1 17
 Changes in version 2.9.9 (2018-04-10):
2 18
 	- probDetect mechanism changed. This could be a BREAKING CHANGE.
3 19
 	  The expression divides by the baseline. For fixed initSize, this
ramon diaz-uriarte (at Phelsuma) authored on 17/04/2018 23:58:39
Showing 1 changed files
... ...
@@ -1,3 +1,16 @@
1
+Changes in version 2.9.9 (2018-04-10):
2
+	- probDetect mechanism changed. This could be a BREAKING CHANGE.
3
+	  The expression divides by the baseline. For fixed initSize, this
4
+	  is simply a matter of changing the cPDetect.
5
+
6
+Changes in version 2.9.8 (2018-03-26):
7
+	- fixation allows exact genotypes, includes tolerance,
8
+	and checks for a successive number of specified periods
9
+
10
+Changes in version 2.9.7 (2018-02-20):
11
+	- fixed crash in some conditions when run with
12
+	stringsAsFactors = FALSE as global option
13
+	
1 14
 Changes in version 2.9.6 (2017-12-27):
2 15
 	- Updated citation.
3 16
 	- An example (in miscell-files) about using and stopping with
Browse code

v. 2.9.6

Changes in version 2.9.6 (2017-12-27):
- Updated citation.
- An example (in miscell-files) about using and stopping with
modules.
- Prototype for sampling the single larges pop at last period
(function largest_last_pop, commented out for now).

Changes in version 2.9.5 (2017-12-7):
- samplePop: new option "single-nowt"

Changes in version 2.9.4 (2017-11-30):
- Deal with the very rare NULL simulations in summary.

ramon diaz-uriarte (at Phelsuma) authored on 27/12/2017 13:28:03
Showing 1 changed files
... ...
@@ -1,3 +1,16 @@
1
+Changes in version 2.9.6 (2017-12-27):
2
+	- Updated citation.
3
+	- An example (in miscell-files) about using and stopping with
4
+	modules.
5
+	- Prototype for sampling the single larges pop at last period
6
+	(function largest_last_pop, commented out for now).
7
+
8
+Changes in version 2.9.5 (2017-12-7):
9
+	- samplePop: new option "single-nowt"
10
+
11
+Changes in version 2.9.4 (2017-11-30):
12
+	- Deal with the very rare NULL simulations in summary.
13
+
1 14
 Changes in version 2.9.3 (2017-11-27):
2 15
 	- Make clang happy (do not use flandscape as DataFrame)
3 16
 	
Browse code

clang was failing in mac

ramon diaz-uriarte (at Phelsuma) authored on 27/11/2017 10:04:35
Showing 1 changed files
... ...
@@ -1,3 +1,6 @@
1
+Changes in version 2.9.3 (2017-11-27):
2
+	- Make clang happy (do not use flandscape as DataFrame)
3
+	
1 4
 Changes in version 2.9.2 (2017-11-24):
2 5
 	- LOD: using only the strict Szendro et al. meaning.
3 6
 	- POM: computed in C++.
Browse code

v. 2.9.2 - LOD: using only the strict Szendro et al. meaning. - POM: computed in C++. - Using fitness landscape directly when given as input (no conversion to epistasis)

ramon diaz-uriarte (at Phelsuma) authored on 24/11/2017 12:41:48
Showing 1 changed files
... ...
@@ -1,3 +1,11 @@
1
+Changes in version 2.9.2 (2017-11-24):
2
+	- LOD: using only the strict Szendro et al. meaning.
3
+	- POM: computed in C++.
4
+	
5
+Changes in version 2.9.1 (2017-11-10):
6
+	- Using fitness landscape directly when given as input (no
7
+          conversion to epistasis)
8
+
1 9
 Changes in version 2.7.2 (2017-09-27):
2 10
 	- genot_to_adj_mat in C++.
3 11
 	- fast_peaks (for no backmutation cases).
Browse code

version 2.7.2 Changes in version 2.7.2 (2017-09-27): - genot_to_adj_mat in C++. - fast_peaks (for no backmutation cases). - Better explanation and testing of peaks and valleys. - Clarified simOGraph transitive reduction. - Better handling of ti corner cases. - Magellan reading fuctions adapted to output of newer (as of 2017-07) version of Magellan. - sorting gene names in allGenotypes_to_matrix. - sampledGenotypes: genotype names with sorted gene names.

ramon diaz-uriarte (at Phelsuma) authored on 27/09/2017 10:23:50
Showing 1 changed files
... ...
@@ -1,3 +1,14 @@
1
+Changes in version 2.7.2 (2017-09-27):
2
+	- genot_to_adj_mat in C++.
3
+	- fast_peaks (for no backmutation cases).
4
+	- Better explanation and testing of peaks and valleys.
5
+	- Clarified simOGraph transitive reduction.
6
+	- Better handling of ti corner cases.
7
+	- Magellan reading fuctions adapted to output of newer (as of
8
+	  2017-07) version of Magellan.
9
+	- sorting gene names in allGenotypes_to_matrix.
10
+	- sampledGenotypes: genotype names with sorted gene names.
11
+
1 12
 Changes in version 2.6.0 (for BioC 3.5):
2 13
 	- Many additions to the vignette and documentation.
3 14
 	- LOD and POM (lines of descent, path of maximum, sensu Szendro et
Browse code

2.5.14: fixed repeated entries in NEWS for BioC 3.5 release

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/OncoSimulR@128264 bc3139a8-67e5-0310-9ffc-ced21a209358

Ramon Diaz-Uriarte authored on 07/04/2017 08:28:27
Showing 1 changed files
... ...
@@ -4,22 +4,23 @@ Changes in version 2.6.0 (for BioC 3.5):
4 4
 	  al.).
5 5
         - Diversity of sampled genotypes.
6 6
 	- Genotyping error can be added in samplePop.
7
+	- fixation of a genotype/gene as stopping mechanism.
7 8
 	- rfitness: shifting by subtraction and mu of normal distribution.
8 9
 	- simOGraph: using proper transitive reduction.
9
-	- Citation shows Bioinformatics paper.
10
+	- simOGraph can also output rT data frames.
11
+	- accessible genotypes now done in C++.
10 12
 	- Handling of trivial cases in genotFitness.
11 13
 	- Clarified McFarland parameterization.
12 14
 	- Better (and better explained) estimates of simulation error for McFL.	
13 15
 	- AND of detectedSizeP and lastMaxDr.
14
-	- fixation of a genotype/gene as stopping mechanism.
15 16
 	- sampledGenotypes in user code.
16 17
 	- clonePhylog et al: deal with never any descendant.
17 18
 	- samplePop can handle failed simulations graciously.
18
-	- accessible genotypes now done in C++.
19
-	- simOGraph can also output rT data frames.
20
-	- clonePhylog et al: deal with never any descendant.
21
-	- samplePop can handle failed simulations graciously.
22 19
 	- summary.oncosimulpop can handle failed simulations graciously.
20
+	- Citation shows Bioinformatics paper.
21
+
22
+Changes in version 2.5.14 (2017-04-07):
23
+	- Fixed repeated entries in NEWS for BioC 3.5.
23 24
 
24 25
 Changes in version 2.5.13 (2017-04-07):
25 26
 	- Updated NEWS for BioC 3.5.
Browse code

2.5.13: updated NEWS for BioC 3.5 release

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/OncoSimulR@128263 bc3139a8-67e5-0310-9ffc-ced21a209358

Ramon Diaz-Uriarte authored on 07/04/2017 08:19:25
Showing 1 changed files
... ...
@@ -1,3 +1,29 @@
1
+Changes in version 2.6.0 (for BioC 3.5):
2
+	- Many additions to the vignette and documentation.
3
+	- LOD and POM (lines of descent, path of maximum, sensu Szendro et
4
+	  al.).
5
+        - Diversity of sampled genotypes.
6
+	- Genotyping error can be added in samplePop.
7
+	- rfitness: shifting by subtraction and mu of normal distribution.
8
+	- simOGraph: using proper transitive reduction.
9
+	- Citation shows Bioinformatics paper.
10
+	- Handling of trivial cases in genotFitness.
11
+	- Clarified McFarland parameterization.
12
+	- Better (and better explained) estimates of simulation error for McFL.	
13
+	- AND of detectedSizeP and lastMaxDr.
14
+	- fixation of a genotype/gene as stopping mechanism.
15
+	- sampledGenotypes in user code.
16
+	- clonePhylog et al: deal with never any descendant.
17
+	- samplePop can handle failed simulations graciously.
18
+	- accessible genotypes now done in C++.
19
+	- simOGraph can also output rT data frames.
20
+	- clonePhylog et al: deal with never any descendant.
21
+	- samplePop can handle failed simulations graciously.
22
+	- summary.oncosimulpop can handle failed simulations graciously.
23
+
24
+Changes in version 2.5.13 (2017-04-07):
25
+	- Updated NEWS for BioC 3.5.
26
+
1 27
 Changes in version 2.5.12 (2017-02-18):
2 28
 	- rfitness: allow simple forcing of wt to 1, shifting by
3 29
 	  subtraction, and specifying mu of normal distribution.
Browse code

v.2.5.12

- Several improvements to rfitness.
- simOGraph using transitive reduction properly.
- Miscell documentation improvements.
- Updated citation to Bioinformatics paper.



git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/OncoSimulR@126818 bc3139a8-67e5-0310-9ffc-ced21a209358

Ramon Diaz-Uriarte authored on 18/02/2017 20:20:42
Showing 1 changed files
... ...
@@ -1,3 +1,15 @@
1
+Changes in version 2.5.12 (2017-02-18):
2
+	- rfitness: allow simple forcing of wt to 1, shifting by
3
+	  subtraction, and specifying mu of normal distribution.
4
+	- simOGraph: proper trm comparison.
5
+	- Citation now shows Bioinformatics reference.
6
+
7
+Changes in version 2.5.11 (2017-01-27):
8
+	- Transitive reduction: must call transitive.closure first.
9
+
10
+Changes in version 2.5.10 (2017-01-27):
11
+	- Transitive reduction: calling nem in simOGraph
12
+	
1 13
 Changes in version 2.5.9 (2017-01-09):
2 14
 	- Added code coverage comments to vignette.
3 15
 
Browse code

typo in NEWS

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/OncoSimulR@125820 bc3139a8-67e5-0310-9ffc-ced21a209358

Ramon Diaz-Uriarte authored on 10/01/2017 06:53:21
Showing 1 changed files
... ...
@@ -1,4 +1,4 @@
1
-Changes in version 2.5.8 (2017-01-09):
1
+Changes in version 2.5.9 (2017-01-09):
2 2
 	- Added code coverage comments to vignette.
3 3
 
4 4
 Changes in version 2.5.8 (2016-12-17):
Browse code

2.5.9; code coverage comments in vignette

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/OncoSimulR@125769 bc3139a8-67e5-0310-9ffc-ced21a209358

Ramon Diaz-Uriarte authored on 08/01/2017 23:16:08
Showing 1 changed files
... ...
@@ -1,5 +1,8 @@
1
+Changes in version 2.5.8 (2017-01-09):
2
+	- Added code coverage comments to vignette.
3
+
1 4
 Changes in version 2.5.8 (2016-12-17):
2
-	- Handle trivial cases in genotFitness
5
+	- Handle trivial cases in genotFitness.
3 6
 
4 7
 Changes in version 2.5.7 (2016-12-15):
5 8
 	- Clarified McFarland parameterization.
Browse code

2.5.8; handle trivial cases in genotFitness

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/OncoSimulR@125266 bc3139a8-67e5-0310-9ffc-ced21a209358

Ramon Diaz-Uriarte authored on 17/12/2016 12:59:03
Showing 1 changed files
... ...
@@ -1,3 +1,6 @@
1
+Changes in version 2.5.8 (2016-12-17):
2
+	- Handle trivial cases in genotFitness
3
+
1 4
 Changes in version 2.5.7 (2016-12-15):
2 5
 	- Clarified McFarland parameterization.
3 6
 
Browse code

2.5.7; vignette work

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/OncoSimulR@125222 bc3139a8-67e5-0310-9ffc-ced21a209358

Ramon Diaz-Uriarte authored on 15/12/2016 18:43:47
Showing 1 changed files
... ...
@@ -1,3 +1,6 @@
1
+Changes in version 2.5.7 (2016-12-15):
2
+	- Clarified McFarland parameterization.
3
+
1 4
 Changes in version 2.5.6 (2016-12-14):
2 5
 	- Fixed a few typos in help files.
3 6
 
Browse code

v. 2.5.6

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/OncoSimulR@125148 bc3139a8-67e5-0310-9ffc-ced21a209358

Ramon Diaz-Uriarte authored on 14/12/2016 17:32:32
Showing 1 changed files
... ...
@@ -1,3 +1,6 @@
1
+Changes in version 2.5.6 (2016-12-14):
2
+	- Fixed a few typos in help files.
3
+
1 4
 Changes in version 2.5.5 (2016-12-14):
2 5
 	- Vignette: miscell changes (typos, etc)
3 6
 	
Browse code

2.5.5; vignette fixes

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/OncoSimulR@125127 bc3139a8-67e5-0310-9ffc-ced21a209358

Ramon Diaz-Uriarte authored on 14/12/2016 12:53:22
Showing 1 changed files
... ...
@@ -1,3 +1,6 @@
1