-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
71 lines (71 loc) · 1.83 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
63
64
65
66
67
68
69
70
71
Package: veupathUtils
Title: General Helper Functions for VEuPathDB Projects
Version: 2.7.0
Authors@R:
c(person(given = "Danielle",
family = "Callan",
role = c("aut"),
email = "[email protected]"),
person(given = "Ann",
family = "Blevins",
role = c("aut", "cre"),
email = "[email protected]"))
biocViews:
Imports:
boot,
data.table,
digest,
Hmisc,
microbenchmark,
S4Vectors,
SpiecEasi (>= 1.1.1),
stringi,
purrr
Depends:
R (>= 2.10),
jsonlite
Remotes:
zdk123/SpiecEasi
URL: https://github.com/VEuPathDB/veupathUtils
BugReports: https://github.com/VEuPathDB/veupathUtils/issues
Description: veupathUtils contains various R helper functions intended to be useful across a variety of projects, including the plot.data and microbiomeComputations packages.
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Collate:
'class-Bin.R'
'internal-utils.R'
'class-Collections.R'
'class-SampleMetadata.R'
'class-CollectionWithMetadata.R'
'class-VariableMetadata.R'
'class-Comparator.R'
'class-ComputeResult.R'
'class-CorrelationResult.R'
'class-CountDataCollection.R'
'class-Megastudy.R'
'class-Range.R'
'class-Statistic.R'
'data.R'
'method-correlation.R'
'method-differentialExpression.R'
'methods-Bin.R'
'methods-CollectionWithMetadata.R'
'methods-Collections.R'
'methods-Comparator.R'
'methods-VariableMetadata.R'
'methods-ComputeResult.R'
'methods-Megastudy.R'
'methods-SampleMetadata.R'
'methods-Statistic.R'
'utils-classes.R'
'utils-cut.R'
'utils-numeric.R'
'utils-string.R'
'utils.R'
'veupathUtils-package.R'