-
Notifications
You must be signed in to change notification settings - Fork 17
/
DESCRIPTION
41 lines (41 loc) · 1.09 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
Package: biocthis
Title: Automate package and project setup for Bioconductor packages
Version: 1.17.0
Date: 2023-08-29
Authors@R:
c(
person("Leonardo", "Collado-Torres", role = c("aut", "cre"),
email = "lcolladotor@gmail.com", comment = c(ORCID = "0000-0003-2140-308X")),
person("Marcel", "Ramos", email = "marcel.ramos@roswellpark.org",
role = c("ctb"), comment = c(ORCID = "0000-0002-3242-0582"))
)
Description: This package expands the usethis package with the goal of
helping automate the process of creating R packages for Bioconductor or
making them Bioconductor-friendly.
License: Artistic-2.0
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://github.com/lcolladotor/biocthis
BugReports: https://support.bioconductor.org/tag/biocthis
biocViews: Software, ReportWriting
Imports:
BiocManager,
fs,
glue,
rlang,
styler,
usethis (>= 2.0.1)
Suggests:
BiocStyle,
covr,
devtools,
knitr,
pkgdown,
RefManageR,
rmarkdown,
sessioninfo,
testthat,
utils
VignetteBuilder: knitr