-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.14 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
Package: AcidBase
Title: Acid Genomics Base Functions
Description: Low-level base functions imported by Acid Genomics packages.
Version: 0.7.3
Date: 2023-12-15
Authors@R: c(
person(
"Michael", "Steinbaugh",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2403-2221")
),
person(
given = "Acid Genomics",
role = c("cph", "fnd")
))
URL:
https://r.acidgenomics.com/packages/acidbase/,
https://github.com/acidgenomics/r-acidbase/
BugReports: https://github.com/acidgenomics/r-acidbase/issues/
License: AGPL-3
Encoding: UTF-8
Depends: R (>= 4.3)
Imports:
AcidGenerics (>= 0.7.6),
BiocGenerics (>= 0.48.0),
S4Vectors (>= 0.40.0),
goalie (>= 0.7.7),
methods
Suggests:
AcidCLI (>= 0.3.0),
AcidTest (>= 0.9.0),
memuse (>= 4.2.3),
processx (>= 3.8.3),
testthat (>= 3.2.1),
withr (>= 2.5.2),
parallel,
stats,
tools,
utils
Additional_repositories: https://r.acidgenomics.com
Config/testthat/edition: 3
Config/testthat/parallel: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
biocViews: Infrastructure