generated from Bioconductor/BuildABiocWorkshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
27 lines (27 loc) · 867 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
Package: BRNworkshop
Title: BRN's workshop
Version: 0.0.1
Authors@R:
person(given = "Henry",
family = "Miller",
role = c("aut", "cre"),
email = "henry@bioresnet.org")
Description: This package serves as a template for using github actions to
prepare a Bioconductor Workshop package for use. In particular,
a pkgdown website and docker image are generated based on workflow
settings.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
Depends:
Biobase
Suggests:
knitr,
rmarkdown,
pkgdown
URL: https://bioinformatics-research-network.github.io/workshop-template
BugReports: https://github.com/Bioinformatics-Research-Network/workshop-template/issues/new/choose
VignetteBuilder: knitr
DockerImage: ghcr.io/seandavi/buildabiocworkshop:latest