-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
30 lines (30 loc) · 990 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Package: BiocBaseUtils
Title: General utility functions for developing Bioconductor packages
Version: 1.9.0
Authors@R: c(
person("Marcel", "Ramos", , "[email protected]",
c("aut", "cre"), c(ORCID = "0000-0002-3242-0582")
),
person("Martin", "Morgan", , "[email protected]", "ctb"
),
person("Hervé", "Pagès", , "[email protected]", "ctb")
)
Description: The package provides utility functions related to package
development. These include functions that replace slots, and selectors
for show methods. It aims to coalesce the various helper functions
often re-used throughout the Bioconductor ecosystem.
Imports: methods, utils
Depends: R (>= 4.2.0)
Suggests:
knitr,
rmarkdown,
BiocStyle,
tinytest
License: Artistic-2.0
Encoding: UTF-8
biocViews: Software, Infrastructure
BugReports: https://www.github.com/Bioconductor/BiocBaseUtils/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Date: 2024-08-22