Bioconductor / Contributions

Contribute Packages to Bioconductor
134 stars 33 forks source link

Pedigree #3192

Closed LouisLeNezet closed 12 months ago

LouisLeNezet commented 1 year 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 year ago

Hi @LouisLeNezet

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: Pedigree
Version: 0.99.0
Date: 2023-09-19
Title: Pedigree Functions
Authors@R: c(
    person("Louis", "Le Nézet", email="louislenezet@gmail.com",
        role=c("aut","cre"), comment = c(ORCID = "0009-0000-0202-2703")),
    person("Jason", "Sinnwell", email="sinnwell.jason@mayo.edu", role="aut"),
    person("Terry", "Therneau", role="aut"),
    person("Daniel", "Schaid", role="ctb"),
    person("Elizabeth", "Atkinson", role="ctb"),
    person("Louis", "Le Nezet", role='ctb'))
Depends: 
     R (>= 4.3.0)
Imports: 
    graphics,
    stats,
    methods,
    ggplot2,
    utils,
    grDevices,
    stringr,
    plyr,
    dplyr,
    tidyr,
    quadprog,
    Matrix
Description: Routines to handle family data with a pedigree object. The initial purpose
         was to create correlation structures that describe family relationships such 
         as kinship and identity-by-descent, which can be used to model family data 
         in mixed effects models, such as in the coxme function. Also includes a tool
         for pedigree drawing which is focused on producing compact layouts without 
         intervention. Recent additions include utilities to trim the pedigree object
         with various criteria, and kinship for the X chromosome.
License: Artistic-2.0
URL: https://cran.r-project.org/package=kinship2
Encoding: UTF-8
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Suggests: 
    testthat (>= 3.0.0),
    diffviewer,
    vdiffr,
    rmarkdown,
    BiocStyle,
    knitr,
    withr
Config/testthat/edition: 3
biocViews: Software, DataRepresentation, Genetics, Alignment
BugReports: https://github.com/LouisLeLezet/Pedigree/issues
url: https://github.com/LouisLeNezet/Pedigree
BiocType: Software
Collate: 
    'Pedigree-package.R'
    'alignped4.R'
    'alignped3.R'
    'alignped2.R'
    'alignped1.R'
    'pedigree.R'
    'validity.R'
    'pedigreeClass.R'
    'check_hints.R'
    'kindepth.R'
    'auto_hint.R'
    'align.R'
    'best_hint.R'
    'bit_size.R'
    'data.R'
    'descendants.R'
    'make_famid.R'
    'family_check.R'
    'kinship.R'
    'utils.R'
    'find_unavailable.R'
    'find_avail_affected.R'
    'find_avail_noninform.R'
    'fix_parents.R'
    'generate_aff_inds.R'
    'generate_colors.R'
    'ibd_matrix.R'
    'is_informative.R'
    'min_dist_inf.R'
    'norm_data.R'
    'num_child.R'
    'ped_to_legdf.R'
    'ped_to_plotdf.R'
    'plot_fct.R'
    'plot_fromdf.R'
    'plot.R'
    'shrink.R'
    'trim.R'
    'unrelated.R'
    'useful_inds.R'
LouisLeNezet commented 1 year ago

This package is an transfer from the CRAN "Kinship2" package. The name is change according to the advice of the Bioconductor community. The CRAN "Kinship2" package will be set to deprecated when this package will be accepted.

bioc-issue-bot commented 1 year ago

Your package has been added to git.bioconductor.org to continue the pre-review process. A build report will be posted shortly. Please fix any ERROR and WARNING in the build report before a reviewer is assigned or provide a justification on why you feel the ERROR or WARNING should be granted an exception.

IMPORTANT: Please read this documentation for setting up remotes to push to git.bioconductor.org. All changes should be pushed to git.bioconductor.org moving forward. It is required to push a version bump to git.bioconductor.org to trigger a new build report.

Bioconductor utilized your github ssh-keys for git.bioconductor.org access. To manage keys and future access you may want to active your Bioconductor Git Credentials Account

bioc-issue-bot commented 1 year ago

Dear Package contributor,

This is the automated single package builder at bioconductor.org.

Your package has been built on the Bioconductor Build System.

On one or more platforms, the build results were: "ERROR". This may mean there is a problem with the package that you need to fix. Or it may mean that there is a problem with the build system itself.

Please see the build report for more details.

The following are build products from R CMD build on the Bioconductor Build System: Linux (Ubuntu 22.04.2 LTS): Pedigree_0.99.0.tar.gz macOS 12.6.5 Monterey: Pedigree_0.99.0.tar.gz

Links above active for 21 days.

Remember: if you submitted your package after July 7th, 2020, when making changes to your repository push to git@git.bioconductor.org:packages/Pedigree to trigger a new build. A quick tutorial for setting up remotes and pushing to upstream can be found here.

bioc-issue-bot commented 1 year ago

Received a valid push on git.bioconductor.org; starting a build for commit id: 0f66677dc6a087ee2611c90490f755e07abbde05

bioc-issue-bot commented 1 year ago

Dear Package contributor,

This is the automated single package builder at bioconductor.org.

Your package has been built on the Bioconductor Build System.

On one or more platforms, the build results were: "WARNINGS". This may mean there is a problem with the package that you need to fix. Or it may mean that there is a problem with the build system itself.

Please see the build report for more details.

The following are build products from R CMD build on the Bioconductor Build System: Linux (Ubuntu 22.04.2 LTS): Pedigree_0.99.1.tar.gz macOS 12.6.5 Monterey: Pedigree_0.99.1.tar.gz

Links above active for 21 days.

Remember: if you submitted your package after July 7th, 2020, when making changes to your repository push to git@git.bioconductor.org:packages/Pedigree to trigger a new build. A quick tutorial for setting up remotes and pushing to upstream can be found here.

bioc-issue-bot commented 1 year ago

Received a valid push on git.bioconductor.org; starting a build for commit id: 625e5a435d3f674b369f7842b333a90377fcd610

bioc-issue-bot commented 1 year ago

Dear Package contributor,

This is the automated single package builder at bioconductor.org.

Your package has been built on the Bioconductor Build System.

On one or more platforms, the build results were: "WARNINGS". This may mean there is a problem with the package that you need to fix. Or it may mean that there is a problem with the build system itself.

Please see the build report for more details.

The following are build products from R CMD build on the Bioconductor Build System: Linux (Ubuntu 22.04.2 LTS): Pedigree_0.99.2.tar.gz macOS 12.6.5 Monterey: Pedigree_0.99.2.tar.gz

Links above active for 21 days.

Remember: if you submitted your package after July 7th, 2020, when making changes to your repository push to git@git.bioconductor.org:packages/Pedigree to trigger a new build. A quick tutorial for setting up remotes and pushing to upstream can be found here.