Skip to content

Prepare package for Bioconductor submission#6

Merged
1 commit merged intomasterfrom
bioc-prep
Feb 13, 2026
Merged

Prepare package for Bioconductor submission#6
1 commit merged intomasterfrom
bioc-prep

Conversation

@Accio
Copy link
Contributor

@Accio Accio commented Feb 13, 2026

Documentation

  • Add @return tags to all exported generics and functions
  • Fix typos (annotaiton, suing, coereced, DesignContras, feta.name)
  • Add @format and @examples to data documentation
  • Move misplaced @param text into @details sections
  • Remove duplicate @exportMethod on setter generics

Code quality (BiocCheck compliance)

  • Replace class(x) %in% with is.numeric()
  • Replace 1:length()/1:ncol()/1:nlevels() with seq_len()/seq_along()
  • Replace subset()/with() with direct $ indexing
  • Fix positional argument in writeGct eSet method

New files

  • BiocStyle vignette (vignettes/ribiosExpression.Rmd)
  • NEWS.md (converted from freeform NEWS)

Cleanup

  • Remove internal Roche wiki URL
  • Update http → https for Broad Institute URLs
  • Update .Rbuildignore

Remaining items before submission

  • Resolve GitHub-only dependencies (ribiosIO, ribiosUtils, ribiosPlot, ribiosArg, ribiosAnnotation)
  • Remove Remotes field from DESCRIPTION
  • Regenerate NAMESPACE via roxygen2::roxygenise()
  • Set version to 0.99.0
  • Run R CMD check and BiocCheck

- DESCRIPTION: Rewrite Title/Description, add biocViews, URL, BugReports,
  VignetteBuilder, bump R >= 4.4.0, add BiocStyle/knitr/rmarkdown to Suggests
- Add BiocStyle vignette (vignettes/ribiosExpression.Rmd)
- Convert NEWS to NEWS.md
- Add @return tags to all exported generics and functions
- Fix typos (annotaiton, suing, coereced, DesignContras, feta.name)
- Replace class(x) %in% with is.numeric()
- Replace 1:length()/1:ncol()/1:nlevels() with seq_len()/seq_along()
- Replace subset()/with() with direct $ indexing in truncateDgeTable
- Remove internal Roche wiki URL from documentation
- Update http to https for Broad Institute URLs
- Fix positional argument in writeGct eSet method
- Remove duplicate @exportMethod on setter generics
- Add @Format and @examples to data documentation
- Update .Rbuildignore
@Accio Accio closed this pull request by merging all changes into master in 0f4bd87 Feb 13, 2026
@Accio Accio deleted the bioc-prep branch February 13, 2026 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments