-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 919 Bytes
/
DESCRIPTION
File metadata and controls
34 lines (34 loc) · 919 Bytes
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
31
32
33
34
Package: ReleaseLaunch
Title: R utilities related to Bioconductor release tasks
Version: 0.99.29
Encoding: UTF-8
Authors@R: c(
person("Marcel", "Ramos", role = c("aut", "cre"),
email = "marcel.ramos@sph.cuny.edu",
comment = c(ORCID="0000-0002-3242-0582")),
person("Lori", "Shepherd", role = "aut"),
person("Hervé", "Pagès", role = "aut"),
person("Nitesh", "Turaga", role = "ctb")
)
Description: The package faciliates a Bioconductor release. It currently
updates existing Bioconductor repositories on GitHub after a release.
The script creates the RELEASE_XX_YY branch and pushes it to the Bioconductor
organization.
License: Artistic-2.0
Imports:
BiocBaseUtils,
BiocManager,
gert,
gh,
methods,
utils,
yaml
Suggests:
BiocParallel,
BiocStyle,
knitr,
rmarkdown
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Date: 2025-04-16