Skip to content

Commit

Permalink
submit v0.2.5 to cran
Browse files Browse the repository at this point in the history
  • Loading branch information
danymukesha committed Feb 10, 2024
1 parent 189e984 commit 385fa36
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 43 deletions.
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.2.2
Date: 2024-02-09 17:50:29 UTC
SHA: 58e0514e1c756ba33d882f1709565a5eb6eec145
Version: 0.2.5
Date: 2024-02-10 01:34:26 UTC
SHA: 189e98422ea9f3d6b85467e71db633d0a8bf6ed4
68 changes: 35 additions & 33 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,33 +1,35 @@
Type: Package
Package: genetic.algo.optimizeR
Title: Genetic Algorithm Optimization
Version: 0.2.4.9000
Authors@R:
person("Dany", "Mukesha", , "danymukesha@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0009-0001-9514-751X"))
Maintainer: "Dany Mukesha" <danymukesha@gmail.com>
Description: R package for learning purposes that implements a genetic
algorithm optimization process.
License: MIT + file LICENSE
URL: https://danymukesha.github.io/genetic.algo.optimizeR/,
https://github.com/danymukesha/genetic.algo.optimizeR
BugReports: https://github.com/danymukesha/genetic.algo.optimizeR/issues
Imports:
dplyr,
ggplot2,
magrittr,
rsconnect,
stats,
stringr,
tinytex
Suggests:
knitr,
learnr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Type: Package
Package: genetic.algo.optimizeR
Title: Genetic Algorithm Optimization
Version: 0.2.5
Authors@R:
person("Dany", "Mukesha", , "danymukesha@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0009-0001-9514-751X"))
Maintainer: Dany Mukesha <danymukesha@gmail.com>
Description: R package for learning purposes that implements a genetic
algorithm optimization process.
License: MIT + file LICENSE
URL: https://danymukesha.github.io/genetic.algo.optimizeR/,
https://github.com/danymukesha/genetic.algo.optimizeR
BugReports: https://github.com/danymukesha/genetic.algo.optimizeR/issues
Imports:
dplyr,
ggplot2,
magrittr,
rsconnect,
stats,
stringr,
tinytex
Suggests:
knitr,
learnr,
rmarkdown,
spelling,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Language: en-US
2 changes: 1 addition & 1 deletion R/selection.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#'
#' @param population The list of individuals of the population
#' @param fitness The list of individuals(value) obtained from the function
#' of \code{\link[genetic.algo.optimizeR]{genetic.algo.optimizeR}} namely `evalute_fitness`.
#' of \code{\link[genetic.algo.optimizeR]{genetic.algo.optimizeR}} namely `evaluate_fitness`.
#' @param num_parents The number of selected individuals that fit the best with the predefined aim.
#'
#' @returns The output expected should be a list of selected individuals
Expand Down
10 changes: 5 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## R CMD check results

0 errors | 0 warnings | 1 note

* This is a new release.
## R CMD check results

0 errors | 0 warnings | 0 note

* This is a new release.
2 changes: 1 addition & 1 deletion man/selection.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 385fa36

Please sign in to comment.