Bioconductor / Contributions

Contribute Packages to Bioconductor
131 stars 33 forks source link

(inactive) genetic.algo.optimizeR #3304

Closed danymukesha closed 3 months ago

danymukesha commented 4 months ago

Update the following URL to point to the GitHub repository of the package you wish to submit to Bioconductor

Confirm the following by editing each check box to '[x]'

I am familiar with the essential aspects of Bioconductor software management, including:

For questions/help about the submission process, including questions about the output of the automatic reports generated by the SPB (Single Package Builder), please use the #package-submission channel of our Community Slack. Follow the link on the home page of the Bioconductor website to sign up.

bioc-issue-bot commented 4 months ago

Hi @danymukesha

Thanks for submitting your package. We are taking a quick look at it and you will hear back from us soon.

The DESCRIPTION file for this package is:

Type: Package
Package: genetic.algo.optimizeR
Title: Genetic Algorithm Optimization
Version: 0.99.5
Authors@R: 
    person("Dany", "Mukesha", , "danymukesha@gmail.com", role = c("aut", "cre"),
 comment = c(ORCID = "0009-0001-9514-751X"))
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: 
    biocViews,
    dplyr,
    ggplot2,
    magrittr,
    rsconnect,
    stats,
    stringr,
    tinytex
Suggests: 
    BiocStyle,
    knitr,
    learnr,
    RefManageR,
    rmarkdown,
    sessioninfo,
    spelling,
    testthat (>= 3.0.0)
VignetteBuilder: 
    knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.3.1
Language: en-US
biocViews: ExperimentalDesign, Technology
lshep commented 4 months ago

We recommend packages use camelcase and not have "." in the name. Could you please update the package name accordingly. Also the package currently lack interoperability with any standard Bioconductor classes. Please show how your package can be utilized with Bioconductor infrastructure.

lshep commented 3 months ago

may we expect updates to address the above concerns ?

bioc-issue-bot commented 3 months ago

This issue is being closed because there has been no progress for an extended period of time. You may reopen the issue when you have the time to actively participate in the review / submission process. Please also keep in mind that a package accepted to Bioconductor requires a commitment on your part to ongoing maintenance.

Thank you for your interest in Bioconductor.