Skip to content

Commit d12d048

Browse files
committed
Add BiocType as acceptable Description field
1 parent ca5c23e commit d12d048

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: BiocCheck
22
Title: Bioconductor-specific package checks
3-
Version: 1.49.30
3+
Version: 1.49.31
44
Date: 2026-07-27
55
Authors@R: c(
66
person("Bioconductor", "Package Maintainer", ,

R/checkDESCRIPTION.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ checkValidDESCfields <- function(dcf) {
354354

355355
known_fields <- c(
356356
tools:::.get_standard_DESCRIPTION_fields(),
357-
c("RoxygenNote", "Video")
357+
c("RoxygenNote", "Video", "BiocType")
358358
)
359359

360360
is_config_field <- grepl("^Remote|Config/", present_fields)

0 commit comments

Comments
 (0)