Skip to content

Commit e780560

Browse files
committed
docs: add URL/BugReports, package man page, drop library(BiocStyle) (0.99.2)
Suite-wide consistency pass following the Bioconductor review of DuckDBDataFrame: add URL/BugReports fields, a package-level man page (?DuckDBGRanges), and remove the redundant library(BiocStyle) call from the vignettes (BiocStyle remains in Suggests). BiocCheck: 0 ERROR, 0 WARNING.
1 parent d4feb32 commit e780560

7 files changed

Lines changed: 50 additions & 5 deletions

File tree

DESCRIPTION

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: DuckDBGRanges
2-
Version: 0.99.1
3-
Date: 2026-07-22
2+
Version: 0.99.2
3+
Date: 2026-08-04
44
Title: DuckDB-Backed GenomicRanges Implementation
55
Description:
66
Provides DuckDB-backed implementations of GenomicRanges data structures
@@ -16,6 +16,8 @@ Authors@R:
1616
person("Genentech, Inc.", role="cph")
1717
)
1818
License: MIT + file LICENSE
19+
URL: https://github.com/Genentech/DuckDBGRanges
20+
BugReports: https://github.com/Genentech/DuckDBGRanges/issues
1921
Depends:
2022
R (>= 4.6.0),
2123
methods,
@@ -50,6 +52,7 @@ VignetteBuilder: knitr
5052
Encoding: UTF-8
5153
Collate:
5254
'DuckDBGRanges-class.R'
55+
'DuckDBGRanges-package.R'
5356
'DuckDBGRanges-utils.R'
5457
'DuckDBGRangesList-class.R'
5558
'DuckDBGRangesList-utils.R'

NEWS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# DuckDBGRanges 0.99.2
2+
3+
## Documentation
4+
5+
- Added `URL` and `BugReports` fields to DESCRIPTION.
6+
- Added a package-level man page (`?DuckDBGRanges`).
7+
- Removed the redundant `library(BiocStyle)` call from the vignettes (the
8+
`BiocStyle::html_document` output and `::`-qualified helpers apply the style
9+
without loading the package). Applied suite-wide for consistency with the
10+
Bioconductor review of DuckDBDataFrame.
11+
112
# DuckDBGRanges 0.99.1
213

314
## Documentation

R/DuckDBGRanges-package.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#' @keywords internal
2+
"_PACKAGE"

man/DuckDBGRanges-package.Rd

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/DuckDBGRanges-benchmark.Rmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ output:
1818
---
1919

2020
```{r setup, include=FALSE}
21-
library(BiocStyle)
2221
knitr::opts_chunk$set(collapse = TRUE, comment = "#>",
2322
error = FALSE, warning = FALSE, message = FALSE)
2423
```

vignettes/DuckDBGRanges-design.Rmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ output:
1818
---
1919

2020
```{r setup, include=FALSE}
21-
library(BiocStyle)
2221
knitr::opts_chunk$set(collapse = TRUE, comment = "#>",
2322
error = FALSE, warning = FALSE, message = FALSE)
2423
```

vignettes/DuckDBGRanges.Rmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ output:
1818
---
1919

2020
```{r setup, include=FALSE}
21-
library(BiocStyle)
2221
knitr::opts_chunk$set(collapse = TRUE, comment = "#>",
2322
error = FALSE, warning = FALSE, message = FALSE)
2423
```

0 commit comments

Comments
 (0)