Bioconductor / Contributions

Contribute Packages to Bioconductor
135 stars 33 forks source link

biocmake #3653

Open LTLA opened 1 week ago

LTLA commented 1 week 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 1 week ago

Hi @LTLA

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:

Package: biocmake
Version: 0.99.0
Date: 2024-11-10
Title: CMake for Bioconductor
Description:
    Manages the installation of CMake for building Bioconductor packages.
    This avoids the need for end-users to manually install CMake on their system.
    No action is performed if a suitable version of CMake is already available.
Authors@R: person("Aaron", "Lun", role=c("cre", "aut"), email="infinite.monkeys.with.keyboards@gmail.com")
License: MIT + file LICENSE
Encoding: UTF-8
VignetteBuilder: knitr
Imports:
    utils,
    tools,
    dir.expiry
Suggests:
    knitr,
    rmarkdown,
    BiocStyle,
    testthat
biocViews:
    Infrastructure
URL: https://github.com/LTLA/biocmake
BugReports: https://github.com/LTLA/biocmake/issues
RoxygenNote: 7.3.2