... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis |
4 |
-Version: 4.1.3 |
|
5 |
-Date: 2023-02-20 |
|
4 |
+Version: 4.1.4 |
|
5 |
+Date: 2023-03-08 |
|
6 | 6 |
Authors@R: c( |
7 | 7 |
person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"), |
8 | 8 |
email = "rdiaz02@gmail.com"), |
... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis |
4 |
-Version: 4.1.1 |
|
5 |
-Date: 2022-11-24 |
|
4 |
+Version: 4.1.2 |
|
5 |
+Date: 2023-02-20 |
|
6 | 6 |
Authors@R: c( |
7 | 7 |
person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"), |
8 | 8 |
email = "rdiaz02@gmail.com"), |
... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis |
4 |
-Version: 4.1.0 |
|
5 |
-Date: 2022-10-19 |
|
4 |
+Version: 4.1.1 |
|
5 |
+Date: 2022-11-24 |
|
6 | 6 |
Authors@R: c( |
7 | 7 |
person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"), |
8 | 8 |
email = "rdiaz02@gmail.com"), |
... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis |
4 |
-Version: 3.99.11 |
|
5 |
-Date: 2022-10-13 |
|
4 |
+Version: 3.99.12 |
|
5 |
+Date: 2022-10-19 |
|
6 | 6 |
Authors@R: c( |
7 | 7 |
person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"), |
8 | 8 |
email = "rdiaz02@gmail.com"), |
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis |
4 |
-Version: 3.99.10 |
|
4 |
+Version: 3.99.11 |
|
5 | 5 |
Date: 2022-10-13 |
6 | 6 |
Authors@R: c( |
7 | 7 |
person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"), |
... | ... |
@@ -154,7 +154,7 @@ Author: Ramon Diaz-Uriarte [aut, cre], |
154 | 154 |
Rafael Barrero Rodriguez [ctb], |
155 | 155 |
Silvia Talavera Marcos [ctb] |
156 | 156 |
Maintainer: Ramon Diaz-Uriarte <rdiaz02@gmail.com> |
157 |
-Description: Functions for forward population genetic simulation in asexual populations, with special focus on cancer progression. Fitness can be an arbitrary function of genetic interactions between multiple genes or modules of genes, including epistasis, order restrictions in mutation accumulation, and order effects. Fitness (including just birth, just death, or both and death) can also be a function of the relative and absolute frequencies of other genotypes (i.e., frequency-dependent fitness). Mutation rates can differ between genes, and we can include mutator/antimutator genes (to model mutator phenotypes). Simulating multi-species scenarios and therapeutic interventions, including adaptive therapy, is also possible. Simulations use continuous-time models and can include driver and passenger genes and modules. Also included are functions for: simulating random DAGs of the type found in Oncogenetic Trees, Conjunctive Bayesian Networks, and other cancer progression models; plotting and sampling from single or multiple realizations of the simulations, including single-cell sampling; plotting the parent-child relationships of the clones; generating random fitness landscapes (Rough Mount Fuji, House of Cards, additive, NK, Ising, and Eggbox models) and plotting them. |
|
157 |
+Description: Functions for forward population genetic simulation in asexual populations, with special focus on cancer progression. Fitness can be an arbitrary function of genetic interactions between multiple genes or modules of genes, including epistasis, order restrictions in mutation accumulation, and order effects. Fitness (including just birth, just death, or both birth and death) can also be a function of the relative and absolute frequencies of other genotypes (i.e., frequency-dependent fitness). Mutation rates can differ between genes, and we can include mutator/antimutator genes (to model mutator phenotypes). Simulating multi-species scenarios and therapeutic interventions, including adaptive therapy, is also possible. Simulations use continuous-time models and can include driver and passenger genes and modules. Also included are functions for: simulating random DAGs of the type found in Oncogenetic Trees, Conjunctive Bayesian Networks, and other cancer progression models; plotting and sampling from single or multiple realizations of the simulations, including single-cell sampling; plotting the parent-child relationships of the clones; generating random fitness landscapes (Rough Mount Fuji, House of Cards, additive, NK, Ising, and Eggbox models) and plotting them. |
|
158 | 158 |
biocViews: BiologicalQuestion, SomaticMutation |
159 | 159 |
License: GPL (>= 3) |
160 | 160 |
URL: https://github.com/rdiaz02/OncoSimul, https://popmodels.cancercontrol.cancer.gov/gsr/packages/oncosimulr/ |
... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis |
4 |
-Version: 3.99.9 |
|
5 |
-Date: 2022-09-30 |
|
4 |
+Version: 3.99.10 |
|
5 |
+Date: 2022-10-13 |
|
6 | 6 |
Authors@R: c( |
7 | 7 |
person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"), |
8 | 8 |
email = "rdiaz02@gmail.com"), |
... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis |
4 |
-Version: 3.99.8 |
|
5 |
-Date: 2022-09-15 |
|
4 |
+Version: 3.99.9 |
|
5 |
+Date: 2022-09-30 |
|
6 | 6 |
Authors@R: c( |
7 | 7 |
person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"), |
8 | 8 |
email = "rdiaz02@gmail.com"), |
... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis |
4 |
-Version: 3.99.7 |
|
5 |
-Date: 2022-09-13 |
|
4 |
+Version: 3.99.8 |
|
5 |
+Date: 2022-09-15 |
|
6 | 6 |
Authors@R: c( |
7 | 7 |
person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"), |
8 | 8 |
email = "rdiaz02@gmail.com"), |
... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis |
4 |
-Version: 3.99.6 |
|
5 |
-Date: 2022-09-12 |
|
4 |
+Version: 3.99.7 |
|
5 |
+Date: 2022-09-13 |
|
6 | 6 |
Authors@R: c( |
7 | 7 |
person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"), |
8 | 8 |
email = "rdiaz02@gmail.com"), |
... | ... |
@@ -2,7 +2,7 @@ Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis |
4 | 4 |
Version: 3.99.6 |
5 |
-Date: 2022-09-13 |
|
5 |
+Date: 2022-09-12 |
|
6 | 6 |
Authors@R: c( |
7 | 7 |
person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"), |
8 | 8 |
email = "rdiaz02@gmail.com"), |
... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis |
4 |
-Version: 3.99.5 |
|
5 |
-Date: 2022-07-19 |
|
4 |
+Version: 3.99.6 |
|
5 |
+Date: 2022-09-13 |
|
6 | 6 |
Authors@R: c( |
7 | 7 |
person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"), |
8 | 8 |
email = "rdiaz02@gmail.com"), |
... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis |
4 |
-Version: 3.99.4 |
|
5 |
-Date: 2022-07-04 |
|
4 |
+Version: 3.99.5 |
|
5 |
+Date: 2022-07-19 |
|
6 | 6 |
Authors@R: c( |
7 | 7 |
person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"), |
8 | 8 |
email = "rdiaz02@gmail.com"), |
... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis |
4 |
-Version: 3.99.3 |
|
5 |
-Date: 2022-06-30 |
|
4 |
+Version: 3.99.4 |
|
5 |
+Date: 2022-07-04 |
|
6 | 6 |
Authors@R: c( |
7 | 7 |
person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"), |
8 | 8 |
email = "rdiaz02@gmail.com"), |
... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis |
4 |
-Version: 3.99.2 |
|
5 |
-Date: 2022-06-29 |
|
4 |
+Version: 3.99.3 |
|
5 |
+Date: 2022-06-30 |
|
6 | 6 |
Authors@R: c( |
7 | 7 |
person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"), |
8 | 8 |
email = "rdiaz02@gmail.com"), |
... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis |
4 |
-Version: 3.99.1 |
|
5 |
-Date: 2022-06-25 |
|
4 |
+Version: 3.99.2 |
|
5 |
+Date: 2022-06-29 |
|
6 | 6 |
Authors@R: c( |
7 | 7 |
person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"), |
8 | 8 |
email = "rdiaz02@gmail.com"), |
... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis |
4 |
-Version: 3.5.0 |
|
5 |
-Date: 2021-10-06 |
|
4 |
+Version: 3.99.1 |
|
5 |
+Date: 2022-06-25 |
|
6 | 6 |
Authors@R: c( |
7 | 7 |
person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"), |
8 | 8 |
email = "rdiaz02@gmail.com"), |
... | ... |
@@ -13,6 +13,14 @@ Authors@R: c( |
13 | 13 |
person("Mark", "Taylor", role = "ctb", |
14 | 14 |
email = "ningkiling@gmail.com", |
15 | 15 |
comment = "plot.stream, plot.stacked"), |
16 |
+ person("Niklas", "Endres", role = "ctb", |
|
17 |
+ comment = "vignette examples, freq-dep-fitness time"), |
|
18 |
+ person("Javier", "Mu~noz Haro", role = "aut", |
|
19 |
+ comment = "interventions"), |
|
20 |
+ person("Alberto", "Gonzalez Klein", role = "aut", |
|
21 |
+ comment = "user-specified death rates"), |
|
22 |
+ person("Javier", "Lopez Cano", role = "aut", |
|
23 |
+ comment = "user-defined variables"), |
|
16 | 24 |
person("Arash", "Partow", role = "ctb", comment = "ExprTk"), |
17 | 25 |
person("Sophie", "Brouillet", role = "ctb", comment = "MAGELLAN"), |
18 | 26 |
person("Sebastian", "Matuszewski", role = "ctb", |
... | ... |
@@ -20,6 +28,7 @@ Authors@R: c( |
20 | 28 |
person("Harry", "Annoni", role = "ctb", comment = "MAGELLAN"), |
21 | 29 |
person("Luca", "Ferretti", role = "ctb", comment = "MAGELLAN"), |
22 | 30 |
person("Guillaume", "Achaz", role = "ctb", comment = "MAGELLAN"), |
31 |
+ person("Wolodzko", "Tymoteusz", role = "ctb", comment = "multivariate hypergeometric"), |
|
23 | 32 |
person("Guillermo", "Gorines Cordero", role = "ctb", |
24 | 33 |
comment = "rfitness"), |
25 | 34 |
person("Ivan", "Lorca Alonso", role = "ctb", |
... | ... |
@@ -90,13 +99,15 @@ Authors@R: c( |
90 | 99 |
person("Rafael", "Barrero Rodriguez", role = "ctb", |
91 | 100 |
comment = "vignette examples"), |
92 | 101 |
person("Silvia", "Talavera Marcos", role = "ctb", |
93 |
- comment = "vignette examples"), |
|
94 |
- person("Niklas", "Endres", role = "ctb", |
|
95 |
- comment = "vignette examples, freq-dep-fitness time") |
|
102 |
+ comment = "vignette examples") |
|
96 | 103 |
) |
97 | 104 |
Author: Ramon Diaz-Uriarte [aut, cre], |
98 | 105 |
Sergio Sanchez-Carrillo [aut], |
99 | 106 |
Juan Antonio Miguel Gonzalez [aut], |
107 |
+ Alberto Gonzalez Klein [aut], |
|
108 |
+ Javier Mu\~noz Haro [aut], |
|
109 |
+ Javier Lopez Cano [aut], |
|
110 |
+ Niklas Endres [ctb], |
|
100 | 111 |
Mark Taylor [ctb], |
101 | 112 |
Arash Partow [ctb], |
102 | 113 |
Sophie Brouillet [ctb], |
... | ... |
@@ -104,6 +115,7 @@ Author: Ramon Diaz-Uriarte [aut, cre], |
104 | 115 |
Harry Annoni [ctb], |
105 | 116 |
Luca Ferretti [ctb], |
106 | 117 |
Guillaume Achaz [ctb], |
118 |
+ Tymoteusz Wolodzko [ctb], |
|
107 | 119 |
Guillermo Gorines Cordero [ctb], |
108 | 120 |
Ivan Lorca Alonso [ctb], |
109 | 121 |
Francisco Mu\~noz Lopez [ctb], |
... | ... |
@@ -140,27 +152,9 @@ Author: Ramon Diaz-Uriarte [aut, cre], |
140 | 152 |
Guillermo Garcia Hoyos [ctb], |
141 | 153 |
Rosalia Palomino Cabrera [ctb], |
142 | 154 |
Rafael Barrero Rodriguez [ctb], |
143 |
- Silvia Talavera Marcos [ctb], |
|
144 |
- Niklas Endres [ctb] |
|
155 |
+ Silvia Talavera Marcos [ctb] |
|
145 | 156 |
Maintainer: Ramon Diaz-Uriarte <rdiaz02@gmail.com> |
146 |
-Description: Functions for forward population genetic simulation in |
|
147 |
- asexual populations, with special focus on cancer progression. |
|
148 |
- Fitness can be an arbitrary function of genetic interactions between |
|
149 |
- multiple genes or modules of genes, including epistasis, order |
|
150 |
- restrictions in mutation accumulation, and order effects. Fitness can |
|
151 |
- also be a function of the relative and absolute frequencies of other |
|
152 |
- genotypes (i.e., frequency-dependent fitness). Mutation rates can |
|
153 |
- differ between genes, and we can include mutator/antimutator genes (to |
|
154 |
- model mutator phenotypes). Simulating multi-species scenarios and |
|
155 |
- therapeutic interventions is also possible. Simulations use |
|
156 |
- continuous-time models and can include driver and passenger genes and |
|
157 |
- modules. Also included are functions for: simulating random DAGs of |
|
158 |
- the type found in Oncogenetic Trees, Conjunctive Bayesian Networks, |
|
159 |
- and other cancer progression models; plotting and sampling from single |
|
160 |
- or multiple realizations of the simulations, including single-cell |
|
161 |
- sampling; plotting the parent-child relationships of the clones; |
|
162 |
- generating random fitness landscapes (Rough Mount Fuji, House of |
|
163 |
- Cards, additive, NK, Ising, and Eggbox models) and plotting them. |
|
157 |
+Description: Functions for forward population genetic simulation in asexual populations, with special focus on cancer progression. Fitness can be an arbitrary function of genetic interactions between multiple genes or modules of genes, including epistasis, order restrictions in mutation accumulation, and order effects. Fitness (including just birth, just death, or both and death) can also be a function of the relative and absolute frequencies of other genotypes (i.e., frequency-dependent fitness). Mutation rates can differ between genes, and we can include mutator/antimutator genes (to model mutator phenotypes). Simulating multi-species scenarios and therapeutic interventions, including adaptive therapy, is also possible. Simulations use continuous-time models and can include driver and passenger genes and modules. Also included are functions for: simulating random DAGs of the type found in Oncogenetic Trees, Conjunctive Bayesian Networks, and other cancer progression models; plotting and sampling from single or multiple realizations of the simulations, including single-cell sampling; plotting the parent-child relationships of the clones; generating random fitness landscapes (Rough Mount Fuji, House of Cards, additive, NK, Ising, and Eggbox models) and plotting them. |
|
164 | 158 |
biocViews: BiologicalQuestion, SomaticMutation |
165 | 159 |
License: GPL (>= 3) |
166 | 160 |
URL: https://github.com/rdiaz02/OncoSimul, https://popmodels.cancercontrol.cancer.gov/gsr/packages/oncosimulr/ |
... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis |
4 |
-Version: 3.1.0 |
|
5 |
-Date: 2021-05-04 |
|
4 |
+Version: 3.1.1 |
|
5 |
+Date: 2021-10-06 |
|
6 | 6 |
Authors@R: c( |
7 | 7 |
person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"), |
8 | 8 |
email = "rdiaz02@gmail.com"), |
... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis |
4 |
-Version: 2.99.93 |
|
5 |
-Date: 2021-04-30 |
|
4 |
+Version: 2.99.94 |
|
5 |
+Date: 2021-05-04 |
|
6 | 6 |
Authors@R: c( |
7 | 7 |
person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"), |
8 | 8 |
email = "rdiaz02@gmail.com"), |
... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis |
4 |
-Version: 2.99.92 |
|
5 |
-Date: 2021-04-27 |
|
4 |
+Version: 2.99.93 |
|
5 |
+Date: 2021-04-30 |
|
6 | 6 |
Authors@R: c( |
7 | 7 |
person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"), |
8 | 8 |
email = "rdiaz02@gmail.com"), |
... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis |
4 |
-Version: 2.99.9 |
|
5 |
-Date: 2021-04-22 |
|
4 |
+Version: 2.99.92 |
|
5 |
+Date: 2021-04-27 |
|
6 | 6 |
Authors@R: c( |
7 | 7 |
person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"), |
8 | 8 |
email = "rdiaz02@gmail.com"), |
... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis |
4 |
-Version: 2.99.7 |
|
5 |
-Date: 2020-12-30 |
|
4 |
+Version: 2.99.9 |
|
5 |
+Date: 2021-04-22 |
|
6 | 6 |
Authors@R: c( |
7 | 7 |
person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"), |
8 | 8 |
email = "rdiaz02@gmail.com"), |
... | ... |
@@ -2,7 +2,7 @@ Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis |
4 | 4 |
Version: 2.99.6 |
5 |
-Date: 2020-12-13 |
|
5 |
+Date: 2020-12-30 |
|
6 | 6 |
Authors@R: c( |
7 | 7 |
person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"), |
8 | 8 |
email = "rdiaz02@gmail.com"), |
... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis |
4 |
-Version: 2.99.5 |
|
5 |
-Date: 2020-12-18 |
|
4 |
+Version: 2.99.6 |
|
5 |
+Date: 2020-12-13 |
|
6 | 6 |
Authors@R: c( |
7 | 7 |
person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"), |
8 | 8 |
email = "rdiaz02@gmail.com"), |
... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis |
4 |
-Version: 2.99.4 |
|
5 |
-Date: 2020-12-17 |
|
4 |
+Version: 2.99.5 |
|
5 |
+Date: 2020-12-18 |
|
6 | 6 |
Authors@R: c( |
7 | 7 |
person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"), |
8 | 8 |
email = "rdiaz02@gmail.com"), |
... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis |
4 |
-Version: 2.99.3 |
|
5 |
-Date: 2020-12-13 |
|
4 |
+Version: 2.99.4 |
|
5 |
+Date: 2020-12-17 |
|
6 | 6 |
Authors@R: c( |
7 | 7 |
person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"), |
8 | 8 |
email = "rdiaz02@gmail.com"), |
... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis |
4 |
-Version: 2.99.2 |
|
5 |
-Date: 2020-12-11 |
|
4 |
+Version: 2.99.3 |
|
5 |
+Date: 2020-12-13 |
|
6 | 6 |
Authors@R: c( |
7 | 7 |
person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"), |
8 | 8 |
email = "rdiaz02@gmail.com"), |
... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis |
4 |
-Version: 2.99.1 |
|
5 |
-Date: 2020-12-10 |
|
4 |
+Version: 2.99.2 |
|
5 |
+Date: 2020-12-11 |
|
6 | 6 |
Authors@R: c( |
7 | 7 |
person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"), |
8 | 8 |
email = "rdiaz02@gmail.com"), |
... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis |
4 |
-Version: 2.21.0 |
|
5 |
-Date: 2020-06-03 |
|
4 |
+Version: 2.99.1 |
|
5 |
+Date: 2020-12-10 |
|
6 | 6 |
Authors@R: c( |
7 | 7 |
person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"), |
8 | 8 |
email = "rdiaz02@gmail.com"), |
... | ... |
@@ -141,29 +141,32 @@ Author: Ramon Diaz-Uriarte [aut, cre], |
141 | 141 |
Rosalia Palomino Cabrera [ctb], |
142 | 142 |
Rafael Barrero Rodriguez [ctb], |
143 | 143 |
Silvia Talavera Marcos [ctb], |
144 |
- Niklas Endres [ctb] |
|
144 |
+ Niklas Endres [ctb] |
|
145 | 145 |
Maintainer: Ramon Diaz-Uriarte <rdiaz02@gmail.com> |
146 | 146 |
Description: Functions for forward population genetic simulation in |
147 | 147 |
asexual populations, with special focus on cancer progression. |
148 | 148 |
Fitness can be an arbitrary function of genetic interactions between |
149 | 149 |
multiple genes or modules of genes, including epistasis, order |
150 |
- restrictions in mutation accumulation, and order effects. Mutation |
|
151 |
- rates can differ between genes, and we can include mutator/antimutator |
|
152 |
- genes (to model mutator phenotypes). Simulations use continuous-time |
|
153 |
- models and can include driver and passenger genes and modules. Also |
|
154 |
- included are functions for: simulating random DAGs of the type found |
|
155 |
- in Oncogenetic Trees, Conjunctive Bayesian Networks, and other cancer |
|
156 |
- progression models; plotting and sampling from single or multiple |
|
157 |
- realizations of the simulations, including single-cell sampling; |
|
158 |
- plotting the parent-child relationships of the clones; generating |
|
159 |
- random fitness landscapes (from Rough Mount Fuji, House of Cards, |
|
160 |
- additive, NK, Ising, and Eggbox models) and plotting them. |
|
150 |
+ restrictions in mutation accumulation, and order effects. Fitness can |
|
151 |
+ also be a function of the relative and absolute frequencies of other |
|
152 |
+ genotypes (i.e., frequency-dependent fitness). Mutation rates can |
|
153 |
+ differ between genes, and we can include mutator/antimutator genes (to |
|
154 |
+ model mutator phenotypes). Simulating multi-species scenarios and |
|
155 |
+ therapeutic interventions is also possible. Simulations use |
|
156 |
+ continuous-time models and can include driver and passenger genes and |
|
157 |
+ modules. Also included are functions for: simulating random DAGs of |
|
158 |
+ the type found in Oncogenetic Trees, Conjunctive Bayesian Networks, |
|
159 |
+ and other cancer progression models; plotting and sampling from single |
|
160 |
+ or multiple realizations of the simulations, including single-cell |
|
161 |
+ sampling; plotting the parent-child relationships of the clones; |
|
162 |
+ generating random fitness landscapes (Rough Mount Fuji, House of |
|
163 |
+ Cards, additive, NK, Ising, and Eggbox models) and plotting them. |
|
161 | 164 |
biocViews: BiologicalQuestion, SomaticMutation |
162 | 165 |
License: GPL (>= 3) |
163 | 166 |
URL: https://github.com/rdiaz02/OncoSimul, https://popmodels.cancercontrol.cancer.gov/gsr/packages/oncosimulr/ |
164 | 167 |
BugReports: https://github.com/rdiaz02/OncoSimul/issues |
165 |
-Depends: R (>= 3.3.0) |
|
166 |
-Imports: Rcpp (>= 0.12.4), parallel, data.table, graph, Rgraphviz, gtools, igraph, methods, RColorBrewer, grDevices, car, dplyr, smatr, ggplot2, ggrepel |
|
168 |
+Depends: R (>= 3.5.0) |
|
169 |
+Imports: Rcpp (>= 0.12.4), parallel, data.table, graph, Rgraphviz, gtools, igraph, methods, RColorBrewer, grDevices, car, dplyr, smatr, ggplot2, ggrepel, stringr |
|
167 | 170 |
Suggests: BiocStyle, knitr, Oncotree, testthat (>= 1.0.0), rmarkdown, bookdown, pander |
168 | 171 |
LinkingTo: Rcpp |
169 | 172 |
VignetteBuilder: knitr |
... | ... |
@@ -1,29 +1,109 @@ |
1 | 1 |
Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis |
4 |
-Version: 2.19.1 |
|
5 |
-Date: 2020-05-05 |
|
6 |
-Authors@R: c(person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"), |
|
7 |
- email = "rdiaz02@gmail.com"), |
|
8 |
- person("Mark", "Taylor", role = "ctb", email = "ningkiling@gmail.com"), |
|
9 |
- person("Guillermo", "Gorines Cordero", role = "ctb"), |
|
10 |
- person("Ivan", "Lorca Alonso", role = "ctb"), |
|
11 |
- person("Francisco", "Mu~noz Lopez", role = "ctb"), |
|
12 |
- person("David", "Roncero Moro~no", role = "ctb"), |
|
13 |
- person("Alvaro" , "Quevedo" , role = "ctb"), |
|
14 |
- person("Pablo" ,"Perez" , role = "ctb"), |
|
15 |
- person("Cristina" ,"Devesa" , role = "ctb"), |
|
16 |
- person("Alejandro", "Herrador" , role = "ctb"), |
|
17 |
- person("Holger", "Froehlich", role = "ctb"), |
|
18 |
- person("Florian", "Markowetz", role = "ctb"), |
|
19 |
- person("Achim", "Tresch", role = "ctb"), |
|
20 |
- person("Theresa", "Niederberger", role = "ctb"), |
|
21 |
- person("Christian", "Bender", role = "ctb"), |
|
22 |
- person("Matthias", "Maneck", role = "ctb"), |
|
23 |
- person("Claudio", "Lottaz", role = "ctb"), |
|
24 |
- person("Tim", "Beissbarth", role = "ctb")) |
|
4 |
+Version: 2.19.2 |
|
5 |
+Date: 2020-06-03 |
|
6 |
+Authors@R: c( |
|
7 |
+ person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"), |
|
8 |
+ email = "rdiaz02@gmail.com"), |
|
9 |
+ person("Sergio", "Sanchez-Carrillo", role = "aut", |
|
10 |
+ email = "sergiosanchezcarrillo@gmail.com"), |
|
11 |
+ person("Juan Antonio", "Miguel Gonzalez", role = "aut", |
|
12 |
+ email = "juanantonio.miguel792@gmail.com"), |
|
13 |
+ person("Mark", "Taylor", role = "ctb", |
|
14 |
+ email = "ningkiling@gmail.com", |
|
15 |
+ comment = "plot.stream, plot.stacked"), |
|
16 |
+ person("Arash", "Partow", role = "ctb", comment = "ExprTk"), |
|
17 |
+ person("Sophie", "Brouillet", role = "ctb", comment = "MAGELLAN"), |
|
18 |
+ person("Sebastian", "Matuszewski", role = "ctb", |
|
19 |
+ comment = "MAGELLAN"), |
|
20 |
+ person("Harry", "Annoni", role = "ctb", comment = "MAGELLAN"), |
|
21 |
+ person("Luca", "Ferretti", role = "ctb", comment = "MAGELLAN"), |
|
22 |
+ person("Guillaume", "Achaz", role = "ctb", comment = "MAGELLAN"), |
|
23 |
+ person("Guillermo", "Gorines Cordero", role = "ctb", |
|
24 |
+ comment = "rfitness"), |
|
25 |
+ person("Ivan", "Lorca Alonso", role = "ctb", |
|
26 |
+ comment = "rfitness"), |
|
27 |
+ person("Francisco", "Mu~noz Lopez", role = "ctb", |
|
28 |
+ comment = "rfitness"), |
|
29 |
+ person("David", "Roncero Moro~no", role = "ctb", |
|
30 |
+ comment = "rfitness"), |
|
31 |
+ person("Alvaro" , "Quevedo" , role = "ctb", comment = "rfitness"), |
|
32 |
+ person("Pablo" ,"Perez" , role = "ctb", comment = "rfitness"), |
|
33 |
+ person("Cristina" ,"Devesa" , role = "ctb", comment = "rfitness"), |
|
34 |
+ person("Alejandro", "Herrador" , role = "ctb", |
|
35 |
+ comment = "rfitness"), |
|
36 |
+ person("Holger", "Froehlich", role = "ctb", |
|
37 |
+ comment = "simOGraph (transitive closure)"), |
|
38 |
+ person("Florian", "Markowetz", role = "ctb", |
|
39 |
+ comment = "simOGraph (transitive closure)"), |
|
40 |
+ person("Achim", "Tresch", role = "ctb", |
|
41 |
+ comment = "simOGraph (transitive closure)"), |
|
42 |
+ person("Theresa", "Niederberger", role = "ctb", |
|
43 |
+ comment = "simOGraph (transitive closure)"), |
|
44 |
+ person("Christian", "Bender", role = "ctb", |
|
45 |
+ comment = "simOGraph (transitive closure)"), |
|
46 |
+ person("Matthias", "Maneck", role = "ctb", |
|
47 |
+ comment = "simOGraph (transitive closure)"), |
|
48 |
+ person("Claudio", "Lottaz", role = "ctb", |
|
49 |
+ comment = "simOGraph (transitive closure)"), |
|
50 |
+ person("Tim", "Beissbarth", role = "ctb", |
|
51 |
+ comment = "simOGraph (transitive closure)"), |
|
52 |
+ person("Sara", "Dorado Alfaro", role = "ctb", |
|
53 |
+ comment = "vignette examples"), |
|
54 |
+ person("Miguel", "Hernandez del Valle", role = "ctb", |
|
55 |
+ comment = "vignette examples"), |
|
56 |
+ person("Alvaro", "Huertas Garcia", role = "ctb", |
|
57 |
+ comment = "vignette examples"), |
|
58 |
+ person("Diego", "Ma~nanes Cayero", role = "ctb", |
|
59 |
+ comment = "vignette examples"), |
|
60 |
+ person("Alejandro", "Martin Mu~noz", role = "ctb", |
|
61 |
+ comment = "vignette examples"), |
|
62 |
+ person("Marta", "Couce Iglesias", role = "ctb", |
|
63 |
+ comment = "vignette examples"), |
|
64 |
+ person("Silvia", "Garcia Cobos", role = "ctb", |
|
65 |
+ comment = "vignette examples"), |
|
66 |
+ person("Carlos", "Madariaga Aramendi", role = "ctb", |
|
67 |
+ comment = "vignette examples"), |
|
68 |
+ person("Ana", "Rodriguez Ronchel", role = "ctb", |
|
69 |
+ comment = "vignette examples"), |
|
70 |
+ person("Lucia", "Sanchez Garcia", role = "ctb", |
|
71 |
+ comment = "vignette examples"), |
|
72 |
+ person("Yolanda", "Benitez Quesada", role = "ctb", |
|
73 |
+ comment = "vignette examples"), |
|
74 |
+ person("Asier", "Fernandez Pato", role = "ctb", |
|
75 |
+ comment = "vignette examples"), |
|
76 |
+ person("Esperanza", "Lopez Lopez", role = "ctb", |
|
77 |
+ comment = "vignette examples"), |
|
78 |
+ person("Alberto Manuel", "Parra Perez", role = "ctb", |
|
79 |
+ comment = "vignette examples"), |
|
80 |
+ person("Jorge", "Garcia Calleja", role = "ctb", |
|
81 |
+ comment = "vignette examples"), |
|
82 |
+ person("Ana", "del Ramo Galian", role = "ctb", |
|
83 |
+ comment = "vignette examples"), |
|
84 |
+ person("Alejandro", "de los Reyes Benitez", role = "ctb", |
|
85 |
+ comment = "vignette examples"), |
|
86 |
+ person("Guillermo", "Garcia Hoyos", role = "ctb", |
|
87 |
+ comment = "vignette examples"), |
|
88 |
+ person("Rosalia", "Palomino Cabrera", role = "ctb", |
|
89 |
+ comment = "vignette examples"), |
|
90 |
+ person("Rafael", "Barrero Rodriguez", role = "ctb", |
|
91 |
+ comment = "vignette examples"), |
|
92 |
+ person("Silvia", "Talavera Marcos", role = "ctb", |
|
93 |
+ comment = "vignette examples"), |
|
94 |
+ person("Niklas", "Endres", role = "ctb", |
|
95 |
+ comment = "vignette examples, freq-dep-fitness time") |
|
96 |
+ ) |
|
25 | 97 |
Author: Ramon Diaz-Uriarte [aut, cre], |
98 |
+ Sergio Sanchez-Carrillo [aut], |
|
99 |
+ Juan Antonio Miguel Gonzalez [aut], |
|
26 | 100 |
Mark Taylor [ctb], |
101 |
+ Arash Partow [ctb], |
|
102 |
+ Sophie Brouillet [ctb], |
|
103 |
+ Sebastian Matuszewski [ctb], |
|
104 |
+ Harry Annoni [ctb], |
|
105 |
+ Luca Ferretti [ctb], |
|
106 |
+ Guillaume Achaz [ctb], |
|
27 | 107 |
Guillermo Gorines Cordero [ctb], |
28 | 108 |
Ivan Lorca Alonso [ctb], |
29 | 109 |
Francisco Mu\~noz Lopez [ctb], |
... | ... |
@@ -39,7 +119,29 @@ Author: Ramon Diaz-Uriarte [aut, cre], |
39 | 119 |
Christian Bender [ctb], |
40 | 120 |
Matthias Maneck [ctb], |
41 | 121 |
Claudio Lottaz [ctb], |
42 |
- Tim Beissbarth [ctb] |
|
122 |
+ Tim Beissbarth [ctb], |
|
123 |
+ Sara Dorado Alfaro [ctb], |
|
124 |
+ Miguel Hernandez del Valle [ctb], |
|
125 |
+ Alvaro Huertas Garcia [ctb], |
|
126 |
+ Diego Ma\~nanes Cayero [ctb], |
|
127 |
+ Alejandro Martin Mu\~noz [ctb], |
|
128 |
+ Marta Couce Iglesias [ctb], |
|
129 |
+ Silvia Garcia Cobos [ctb], |
|
130 |
+ Carlos Madariaga Aramendi [ctb], |
|
131 |
+ Ana Rodriguez Ronchel [ctb], |
|
132 |
+ Lucia Sanchez Garcia [ctb], |
|
133 |
+ Yolanda Benitez Quesada [ctb], |
|
134 |
+ Asier Fernandez Pato [ctb], |
|
135 |
+ Esperanza Lopez Lopez [ctb], |
|
136 |
+ Alberto Manuel Parra Perez [ctb], |
|
137 |
+ Jorge Garcia Calleja [ctb], |
|
138 |
+ Ana del Ramo Galian [ctb], |
|
139 |
+ Alejandro de los Reyes Benitez [ctb], |
|
140 |
+ Guillermo Garcia Hoyos [ctb], |
|
141 |
+ Rosalia Palomino Cabrera [ctb], |
|
142 |
+ Rafael Barrero Rodriguez [ctb], |
|
143 |
+ Silvia Talavera Marcos [ctb], |
|
144 |
+ Niklas Endres [ctb] |
|
43 | 145 |
Maintainer: Ramon Diaz-Uriarte <rdiaz02@gmail.com> |
44 | 146 |
Description: Functions for forward population genetic simulation in |
45 | 147 |
asexual populations, with special focus on cancer progression. |
... | ... |
@@ -47,15 +149,15 @@ Description: Functions for forward population genetic simulation in |
47 | 149 |
multiple genes or modules of genes, including epistasis, order |
48 | 150 |
restrictions in mutation accumulation, and order effects. Mutation |
49 | 151 |
rates can differ between genes, and we can include mutator/antimutator |
50 |
- genes (to model mutator phenotypes). Simulations |
|
51 |
- use continuous-time models and can include driver and passenger genes |
|
52 |
- and modules. Also included are functions for: simulating random DAGs |
|
53 |
- of the type found in Oncogenetic Trees, Conjunctive Bayesian Networks, |
|
54 |
- and other cancer progression models; plotting and sampling from |
|
55 |
- single or multiple realizations of the simulations, including |
|
56 |
- single-cell sampling; plotting the parent-child relationships of the |
|
57 |
- clones; generating random fitness landscapes (Rough Mount Fuji, House |
|
58 |
- of Cards, and additive models) and plotting them. |
|
152 |
+ genes (to model mutator phenotypes). Simulations use continuous-time |
|
153 |
+ models and can include driver and passenger genes and modules. Also |
|
154 |
+ included are functions for: simulating random DAGs of the type found |
|
155 |
+ in Oncogenetic Trees, Conjunctive Bayesian Networks, and other cancer |
|
156 |
+ progression models; plotting and sampling from single or multiple |
|
157 |
+ realizations of the simulations, including single-cell sampling; |
|
158 |
+ plotting the parent-child relationships of the clones; generating |
|
159 |
+ random fitness landscapes (from Rough Mount Fuji, House of Cards, |
|
160 |
+ additive, NK, Ising, and Eggbox models) and plotting them. |
|
59 | 161 |
biocViews: BiologicalQuestion, SomaticMutation |
60 | 162 |
License: GPL (>= 3) |
61 | 163 |
URL: https://github.com/rdiaz02/OncoSimul, https://popmodels.cancercontrol.cancer.gov/gsr/packages/oncosimulr/ |
... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis |
4 |
-Version: 2.19.0 |
|
5 |
-Date: 2020-04-27 |
|
4 |
+Version: 2.19.1 |
|
5 |
+Date: 2020-05-05 |
|
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"), |
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis |
4 |
-Version: 2.18.0 |
|
4 |
+Version: 2.19.0 |
|
5 | 5 |
Date: 2020-04-27 |
6 | 6 |
Authors@R: c(person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"), |
7 | 7 |
email = "rdiaz02@gmail.com"), |
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis |
4 |
-Version: 2.17.92 |
|
4 |
+Version: 2.18.0 |
|
5 | 5 |
Date: 2020-04-27 |
6 | 6 |
Authors@R: c(person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"), |
7 | 7 |
email = "rdiaz02@gmail.com"), |
... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis |
4 |
-Version: 2.17.91 |
|
5 |
-Date: 2020-04-23 |
|
4 |
+Version: 2.17.92 |
|
5 |
+Date: 2020-04-27 |
|
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"), |
... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis |
4 |
-Version: 2.17.9 |
|
5 |
-Date: 2020-03-16 |
|
4 |
+Version: 2.17.91 |
|
5 |
+Date: 2020-04-23 |
|
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"), |
... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis |
4 |
-Version: 2.17.8 |
|
5 |
-Date: 2020-02-02 |
|
4 |
+Version: 2.17.9 |
|
5 |
+Date: 2020-03-16 |
|
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"), |
... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis |
4 |
-Version: 2.17.7 |
|
5 |
-Date: 2020-01-30 |
|
4 |
+Version: 2.17.8 |
|
5 |
+Date: 2020-02-02 |
|
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"), |
... | ... |
@@ -1,13 +1,45 @@ |
1 | 1 |
Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis |
4 |
-Version: 2.17.5 |
|
5 |
-Date: 2019-12-19 |
|
4 |
+Version: 2.17.7 |
|
5 |
+Date: 2020-01-30 |
|
6 | 6 |
Authors@R: c(person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"), |
7 | 7 |
email = "rdiaz02@gmail.com"), |
8 |
- person("Mark", "Taylor", role = "ctb", email = "ningkiling@gmail.com")) |
|
8 |
+ person("Mark", "Taylor", role = "ctb", email = "ningkiling@gmail.com"), |
|
9 |
+ pers |