-
Notifications
You must be signed in to change notification settings - Fork 24
/
DESCRIPTION
28 lines (28 loc) · 923 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
Package: BuildABiocWorkshop
Title: Bioconductor or R Workshop Template and Github Actions
Version: 2.0.1
Authors@R:
person(given = "Sean",
family = "Davis",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8991-6458"))
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://seandavi.github.io/BuildABiocWorkshop/
BugReports: https://github.com/seandavi/BuildABiocWorkshop/issues/new/choose
VignetteBuilder: knitr
DockerImage: ghcr.io/seandavi/buildabiocworkshop:latest