Bioconductor / Contributions

Contribute Packages to Bioconductor
131 stars 33 forks source link

GraphSpace: A lightweight package for representing large igraph objects in a normalized coordinate system. #3234

Closed castromaa closed 7 months ago

castromaa commented 7 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 7 months ago

Hi @castromaa

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: GraphSpace
Type: Package
Title: A lightweight package for representing large igraph objects in a normalized coordinate system
Version: 0.99.1
Authors@R: 
    c(person("Vinicius", "Chagas", role = "ctr"),
      person("Victor", "Apolonio", role = "ctr"),
      person("Mauro", "Castro", role = c("aut", "cre"),
    email = "mauro.a.castro@gmail.com",
    comment = c(ORCID = "0000-0003-4942-8131")))
Depends: R(>= 4.2), methods, igraph, ggplot2
Imports: grDevices, scales, grid
Suggests: knitr, rmarkdown, RUnit, BiocGenerics, BiocStyle, PathwaySpace, RedeR
Description: GraphSpace is an R package that integrates igraph and ggplot2 graphics within spatial maps. GraphSpace implements new geometric objects using ggplot2 protypes, customized for representing large igraph objects in a normalized coordinate system. By scaling shapes and graph elements, GraphSpace can provide a framework for layered visualizations.
License: Artistic-2.0
biocViews: GraphAndNetwork, Network, NetworkEnrichment, Spatial
VignetteBuilder: knitr
URL: https://github.com/sysbiolab/GraphSpace
Collate:
    gspaceChecks.R
    gspaceValidation.R
    gspaceSupplements.R
    gspaceMisc.R
    gspacePlots.R
    gspaceClasses.R
    gspaceGenerics.R
    gspaceMethods.R
Encoding: UTF-8
RoxygenNote: 7.2.3
castromaa commented 7 months ago

We found a potential conflicting name for our package with a web tool in a related field. Please, we would like to close this issue, and resubmit our package with a different name.

castromaa commented 7 months ago

We closed this issue and resubmitted our package with a different name, to avoid name clash with another tool in a related field. Thank you.