Bioconductor / Contributions

Contribute Packages to Bioconductor
134 stars 33 forks source link

DFplyr #3555

Open jonocarroll opened 2 days ago

jonocarroll commented 2 days 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 2 days ago

Hi @jonocarroll

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: DFplyr
Title: A `DataFrame` (`S4Vectors`) backend for `dplyr`
Version: 0.99.0
Authors@R: person("Jonathan", "Carroll", 
    email = "rpkg@jcarroll.com.au", 
    role = c("aut", "cre"), 
    comment = c(ORCID = "0000-0002-1404-5264"))
Description: Provides `dplyr` verbs (`mutate`, `select`, `filter`, etc...) 
    supporting `S4Vectors::DataFrame` objects. Importantly, this is achieved 
    without conversion to an intermediate `tibble`. Adds grouping 
    infrastructure to `DataFrame` which is respected by the transformation 
    verbs.
biocViews: DataRepresentation, Infrastructure, Software
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.2.3
URL: https://github.com/jonocarroll/DFplyr
BugReports: https://github.com/jonocarroll/DFplyr/issues
Depends: 
    dplyr
Imports: 
    BiocGenerics,
    methods,
    rlang,
    S4Vectors,
    tidyselect
Suggests: 
    BiocStyle,
    GenomeInfoDb,
    GenomicRanges,
    IRanges,
    knitr,
    rmarkdown,
    sessioninfo,
    testthat (>= 3.0.0),
    tibble
VignetteBuilder: knitr
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)