-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
99 lines (99 loc) · 2.1 KB
/
DESCRIPTION
File metadata and controls
99 lines (99 loc) · 2.1 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
Package: BaseSet
Title: Working with Sets the Tidy Way
Version: 1.0.0.9001
Authors@R: c(
person("Lluís", "Revilla Sancho", , "lluis.revilla@gmail.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-9747-2570")),
person("Zebulun", "Arendsee", role = "rev"),
person("Jennifer Chang", role = "rev")
)
Description: Implements a class and methods to work with sets, doing
intersection, union, complementary sets, power sets, cartesian product
and other set operations in a "tidy" way. These set operations are
available for both classical sets and fuzzy sets. Import sets from
several formats or from other several data structures.
License: MIT + file LICENSE
URL: https://github.com/ropensci/BaseSet,
https://docs.ropensci.org/BaseSet/
BugReports: https://github.com/ropensci/BaseSet/issues
Depends:
R (>= 4.1.0)
Imports:
dplyr (>= 1.0.0),
methods,
rlang,
utils
Suggests:
Biobase,
covr,
forcats,
ggplot2,
GO.db,
GSEABase,
knitr,
org.Hs.eg.db,
reactome.db,
rmarkdown,
spelling,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Collate:
'validity.R'
'AllClasses.R'
'AllGenerics.R'
'BaseSet-package.R'
'GMT.R'
'GeneSetCollection.R'
'activate.R'
'add.R'
'add_column.R'
'add_relation.R'
'adjacency.R'
'arrange.R'
'c.R'
'cardinality.R'
'cartesian.R'
'complement.R'
'data_frame.R'
'deactivate.R'
'droplevels.R'
'elements.R'
'extract.R'
'filter.R'
'group.R'
'group_by.R'
'head.R'
'incidence.R'
'independent.R'
'operations.R'
'intersection.R'
'length.R'
'list.R'
'move_to.R'
'mutate.R'
'names.R'
'naming.R'
'nested.R'
'obo.R'
'power_set.R'
'print.R'
'pull.R'
'relations.R'
'remove.R'
'remove_column.R'
'rename.R'
'select.R'
'set.R'
'size.R'
'subtract.R'
'tidy-set.R'
'union.R'
'union_closed.R'
'utils.R'
'zzz.R'