|
1 | 1 | Package: simChef |
2 | 2 | Title: Intensive Computational Experiments Made Easy |
3 | | -Version: 0.0.3 |
| 3 | +Version: 0.1.0 |
4 | 4 | Authors@R: c( |
5 | | - person("James", "Duncan", , "jpduncan@berkeley.edu", role = c("aut", "cre"), |
6 | | - comment = c(ORCID = "0000-0003-3297-681X")), |
7 | | - person("Tiffany", "Tang", , "tiffany.tang@berkeley.edu", role = "aut", |
| 5 | + person("Tiffany", "Tang", , "ttang4@nd.edu", role = c("aut", "cre"), |
8 | 6 | comment = c(ORCID = "0000-0002-8079-6867")), |
| 7 | + person("James", "Duncan", , "jpduncan@berkeley.edu", role = c("aut"), |
| 8 | + comment = c(ORCID = "0000-0003-3297-681X")), |
9 | 9 | person("Corrine F.", "Elliott", role = "ctb", |
10 | 10 | comment = c(ORCID = "0000-0001-7935-9945")), |
11 | 11 | person("Philippe", "Boileau", role = "ctb", |
12 | 12 | comment = c(ORCID = "0000-0002-4850-2507")), |
13 | | - person("Yu", "Bin", role = "ths") |
| 13 | + person("Yu", "Bin", role = "ths", |
| 14 | + comment = c(ORCID = "0000-0002-8888-4060")) |
14 | 15 | ) |
15 | 16 | Description: Helps cook up the code necessary to create a fully-realized, |
16 | 17 | high-quality, reproducible, and transparently documented simulation |
|
0 commit comments