-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 993 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
29
30
31
32
33
34
35
36
37
38
Package: AcidCLI
Title: Acid Genomics Command Line Interface
Description: Command line interface helpers for Acid Genomics packages.
Version: 0.3.0
Date: 2023-10-03
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/acidcli/,
https://github.com/acidgenomics/r-acidcli/
BugReports: https://github.com/acidgenomics/r-acidcli/issues/
License: AGPL-3
Encoding: UTF-8
Depends: R (>= 4.3)
Imports:
cli (>= 3.6.1),
crayon (>= 1.5.2),
goalie (>= 0.7.0),
rlang (>= 1.1.1),
methods,
utils
Suggests:
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