Skip to content

[BUG] GenomicRanges 1.60.0 is built against older R than the rest #382

Description

@flying-sheep

Log of the bug

pkgs <- c("BiocGenerics","GenomeInfoDb","GenomicRanges","IRanges","S4Vectors")
for (p in pkgs) {
  d <- packageDescription(p)
  cat(p, "Built:", d$Built, "\n")
}

outputs

BiocGenerics Built: R 4.6.0; ; 2026-05-18 06:23:30 UTC; unix
GenomeInfoDb Built: R 4.6.0; ; 2026-05-10 18:16:53 UTC; unix
GenomicRanges Built: R 4.5.0; x86_64-pc-linux-gnu; 2025-04-18 06:27:44 UTC; unix
IRanges Built: R 4.6.0; x86_64-pc-linux-gnu; 2026-04-29 21:27:17 UTC; unix
S4Vectors Built: R 4.6.0; x86_64-pc-linux-gnu; 2026-05-15 00:22:19 UTC; unix

Desktop (please complete the following information):

  • Desktop Enviroment: kde
  • Linux Kernel: 7.1.3.arch1-2
  • Package Version: 1.60.0-1

Additional context
Building 1.64.0 worked fine for me locally, but then other packages (like scRNAseq) also need updates

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions