-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
62 lines (62 loc) · 1.59 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Package: bcbioBase
Title: Bcbio Base Functions
Description: Base functions for bcbio R packages.
Version: 0.9.0
Date: 2023-10-05
Authors@R: c(
person(
given = "Michael",
family = "Steinbaugh",
email ="[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2403-2221")
),
person(
given = "Rory",
family = "Kirchner",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0003-4814-5885")
),
person(
given = "Lorena",
family = "Pantano",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-3859-3249")
),
person(
given = "Harvard Chan Bioinformatics Core",
email = "[email protected]",
role = c("cph", "fnd")
),
person(
given = "Acid Genomics",
role = c("cph", "fnd")
))
URL:
https://r.acidgenomics.com/packages/bcbiobase/,
https://github.com/hbc/bcbioBase/
BugReports: https://github.com/hbc/bcbioBase/issues/
License: AGPL-3
Encoding: UTF-8
Depends: R (>= 4.3)
Imports:
AcidBase (>= 0.7.0),
AcidCLI (>= 0.3.0),
AcidExperiment (>= 0.5.0),
AcidPlyr (>= 0.5.0),
S4Vectors (>= 0.38.0),
goalie (>= 0.7.1),
pipette (>= 0.14.0),
syntactic (>= 0.7.0),
methods
Suggests:
AcidDevTools (>= 0.7.1),
testthat (>= 3.1.10)
Additional_repositories: https://r.acidgenomics.com
Config/testthat/edition: 3
Config/testthat/parallel: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
biocViews: Infrastructure