-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.13 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
Package: HubPub
Title: Utilities to create and use Bioconductor Hubs
Version: 1.15.2
Authors@R: c(
person("Kayla", "Interdonato", email = "[email protected]",
role = c("aut", "cre")),
person("Martin", "Morgan", role = "aut"),
person("Lori", "Shepherd", role = "ctb"))
Description: HubPub provides users with functionality to help with the
Bioconductor Hub structures. The package provides the ability to create a
skeleton of a Hub style package that the user can then populate with the
necessary information. There are also functions to help add resources to
the Hub package metadata files as well as publish data to the Bioconductor
S3 bucket.
License: Artistic-2.0
Imports: available,
usethis,
biocthis,
dplyr,
aws.s3,
fs,
BiocManager,
utils
Suggests: AnnotationHubData,
ExperimentHubData,
testthat,
knitr,
rmarkdown,
BiocStyle,
biocViews: DataImport, Infrastructure, Software, ThirdPartyClient
BugReports: https://github.com/Bioconductor/HubPub/issues
Encoding: UTF-8
LazyData: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
VignetteBuilder: knitr