-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.41 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
Package: basejump
Title: Base Functions for Bioinformatics
Description: Toolkit for bioinformatics and R package development.
Version: 0.18.0
Date: 2023-10-04
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")
),
person(
"Rory", "Kirchner",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0003-4814-5885")
),
person(
given = "Mary",
family = "Piper",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0003-2699-3840")
))
URL:
https://r.acidgenomics.com/packages/basejump/,
https://github.com/acidgenomics/r-basejump/
BugReports: https://github.com/acidgenomics/r-basejump/issues/
License: AGPL-3
Encoding: UTF-8
Depends: R (>= 4.3)
Imports:
AcidBase (>= 0.7.0),
AcidExperiment (>= 0.5.0),
AcidGenomes (>= 0.6.0),
AcidMarkdown (>= 0.3.0),
AcidPlots (>= 0.7.0),
AcidPlyr (>= 0.5.0),
AcidSingleCell (>= 0.4.0),
SingleCellExperiment (>= 1.22.0),
SummarizedExperiment (>= 1.30.0),
pipette (>= 0.14.0),
syntactic (>= 0.7.0)
Additional_repositories: https://r.acidgenomics.com
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
biocViews: Infrastructure