git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/OncoSimulR@116280 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: 2.1.5 |
|
5 |
-Date: 2016-04-09 |
|
4 |
+Version: 2.1.6 |
|
5 |
+Date: 2016-04-14 |
|
6 | 6 |
Authors@R: c(person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"), |
7 | 7 |
email = "rdiaz02@gmail.com"), |
8 | 8 |
person("Mark", "Taylor", role = "ctb", email = "ningkiling@gmail.com")) |
... | ... |
@@ -8,6 +8,9 @@ Changes in version 2.2.0 (for BioC 3.3): |
8 | 8 |
- Added mutationPropGrowth as argument. |
9 | 9 |
- Some minor bug fixes and additional checks for user errors. |
10 | 10 |
|
11 |
+Changes in version 2.1.6 (2016-04-14): |
|
12 |
+ - Adapt to changes in today's release of testthat (1.0.0) |
|
13 |
+ |
|
11 | 14 |
Changes in version 2.1.5 (2016-04-09): |
12 | 15 |
- Added a test of driverCounts, that does not depend on |
13 | 16 |
OS/compiler. |
... | ... |
@@ -10,10 +10,10 @@ test_that("can start from 1 individual but error if McFL", { |
10 | 10 |
"F" = "f1, f2, f3", |
11 | 11 |
"D" = "d1, d2") ) |
12 | 12 |
|
13 |
- expect_output(oncoSimulIndiv(oi, initSize = 1, |
|
13 |
+ expect_output(print(oncoSimulIndiv(oi, initSize = 1, |
|
14 | 14 |
sampleEvery = 0.03, |
15 | 15 |
keepEvery = 5, |
16 |
- onlyCancer = FALSE), |
|
16 |
+ onlyCancer = FALSE)), |
|
17 | 17 |
"Individual OncoSimul trajectory", fixed = TRUE) |
18 | 18 |
|
19 | 19 |
expect_error(oncoSimulIndiv(oi, initSize = 1, |
... | ... |
@@ -1,15 +1,15 @@ |
1 | 1 |
\usepackage[% |
2 |
- shash={0df7857}, |
|
3 |
- lhash={0df78578e3ccebbb0e5e046b6445b47a0c343f7d}, |
|
4 |
- authname={Ramon Diaz-Uriarte}, |
|
5 |
- authemail={rdiaz02@users.noreply.github.com}, |
|
6 |
- authsdate={2016-04-09}, |
|
7 |
- authidate={2016-04-09 18:50:52 +0200}, |
|
8 |
- authudate={1460220652}, |
|
9 |
- commname={Ramon Diaz-Uriarte}, |
|
10 |
- commemail={rdiaz02@users.noreply.github.com}, |
|
11 |
- commsdate={2016-04-09}, |
|
12 |
- commidate={2016-04-09 18:50:52 +0200}, |
|
13 |
- commudate={1460220652}, |
|
14 |
- refnames={ (HEAD, origin/master, origin/HEAD)} |
|
2 |
+ shash={7b8d1ad}, |
|
3 |
+ lhash={7b8d1ad488b2d79957f8ad2993dcd02329aac4d7}, |
|
4 |
+ authname={Ramon Diaz-Uriarte (at Coleonyx)}, |
|
5 |
+ authemail={rdiaz02@gmail.com}, |
|
6 |
+ authsdate={2016-04-14}, |
|
7 |
+ authidate={2016-04-14 14:58:14 +0200}, |
|
8 |
+ authudate={1460638694}, |
|
9 |
+ commname={Ramon Diaz-Uriarte (at Coleonyx)}, |
|
10 |
+ commemail={rdiaz02@gmail.com}, |
|
11 |
+ commsdate={2016-04-14}, |
|
12 |
+ commidate={2016-04-14 14:58:14 +0200}, |
|
13 |
+ commudate={1460638694}, |
|
14 |
+ refnames={ (HEAD -> master)} |
|
15 | 15 |
]{gitsetinfo} |
16 | 16 |
\ No newline at end of file |