|
1 |
| -Type: Package |
2 |
| -Package: genetic.algo.optimizeR |
3 |
| -Title: Genetic Algorithm Optimization |
4 |
| -Version: 0.2.5 |
5 |
| -Authors@R: |
6 |
| - person("Dany", "Mukesha", , "danymukesha@gmail.com", role = c("aut", "cre"), |
7 |
| - comment = c(ORCID = "0009-0001-9514-751X")) |
8 |
| -Description: R package for learning purposes that implements a genetic algorithm optimization process. |
9 |
| -License: MIT + file LICENSE |
10 |
| -URL: https://danymukesha.github.io/genetic.algo.optimizeR/, |
11 |
| - https://github.com/danymukesha/genetic.algo.optimizeR |
12 |
| -BugReports: https://github.com/danymukesha/genetic.algo.optimizeR/issues |
13 |
| -Imports: |
14 |
| - biocViews, |
15 |
| - dplyr, |
16 |
| - ggplot2, |
17 |
| - magrittr, |
18 |
| - rsconnect, |
19 |
| - stats, |
20 |
| - stringr, |
21 |
| - tinytex |
22 |
| -Suggests: |
23 |
| - BiocStyle, |
24 |
| - knitr, |
25 |
| - learnr, |
26 |
| - RefManageR, |
27 |
| - rmarkdown, |
28 |
| - sessioninfo, |
29 |
| - spelling, |
30 |
| - testthat (>= 3.0.0) |
31 |
| -VignetteBuilder: |
32 |
| - knitr |
33 |
| -Config/testthat/edition: 3 |
34 |
| -Encoding: UTF-8 |
35 |
| -LazyData: false |
36 |
| -RoxygenNote: 7.3.1 |
37 |
| -Language: en-US |
38 |
| -biocViews: ExperimentalDesign, Technology |
| 1 | +Type: Package |
| 2 | +Package: genetic.algo.optimizeR |
| 3 | +Title: Genetic Algorithm Optimization |
| 4 | +Version: 0.02.5 |
| 5 | +Authors@R: |
| 6 | + person("Dany", "Mukesha", , "danymukesha@gmail.com", role = c("aut", "cre"), |
| 7 | + comment = c(ORCID = "0009-0001-9514-751X")) |
| 8 | +Description: R package for learning purposes that implements a genetic algorithm optimization process. |
| 9 | +License: MIT + file LICENSE |
| 10 | +URL: https://danymukesha.github.io/genetic.algo.optimizeR/, |
| 11 | + https://github.com/danymukesha/genetic.algo.optimizeR |
| 12 | +BugReports: https://github.com/danymukesha/genetic.algo.optimizeR/issues |
| 13 | +Imports: |
| 14 | + biocViews, |
| 15 | + dplyr, |
| 16 | + ggplot2, |
| 17 | + magrittr, |
| 18 | + rsconnect, |
| 19 | + stats, |
| 20 | + stringr, |
| 21 | + tinytex |
| 22 | +Suggests: |
| 23 | + BiocStyle, |
| 24 | + knitr, |
| 25 | + learnr, |
| 26 | + RefManageR, |
| 27 | + rmarkdown, |
| 28 | + sessioninfo, |
| 29 | + spelling, |
| 30 | + testthat (>= 3.0.0) |
| 31 | +VignetteBuilder: |
| 32 | + knitr |
| 33 | +Config/testthat/edition: 3 |
| 34 | +Encoding: UTF-8 |
| 35 | +LazyData: false |
| 36 | +RoxygenNote: 7.3.1 |
| 37 | +Language: en-US |
| 38 | +biocViews: ExperimentalDesign, Technology |
0 commit comments