Package: BaseSet
Title: Working with Sets the Tidy Way
Version: 0.0.17
Authors@R: 
    c(person(given = "Lluís",
             family = "Revilla Sancho",
             role = c("aut", "cre", "cph"),
             email = "lluis.revilla@gmail.com",
             comment = c(ORCID = "0000-0001-9747-2570")),
      person(given = "Zebulun",
             family = "Arendsee",
             role = "rev"),
      person(given = "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.0.0)
Imports: dplyr (>= 1.0.0), magrittr, methods, rlang, utils
Suggests: Biobase, covr, forcats, ggplot2, GO.db, GSEABase, knitr,
        org.Hs.eg.db, reactome.db, rmarkdown, spelling, testthat (>=
        2.1.0)
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.1.1
Collate: 'AllClasses.R' 'AllGenerics.R' 'GMT.R' 'GeneSetCollection.R'
        'activate.R' 'add.R' 'add_column.R' 'add_relation.R'
        'adjacency.R' 'arrange.R' 'basesets-package.R' 'cardinality.R'
        'cartesian.R' 'complement.R' 'data_frame.R' 'deactivate.R'
        'droplevels.R' 'elements.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'
        'utils-pipe.R' 'zzz.R'
NeedsCompilation: no
Packaged: 2021-07-05 09:23:20 UTC; lluis
Author: Lluís Revilla Sancho [aut, cre, cph]
    (<https://orcid.org/0000-0001-9747-2570>),
  Zebulun Arendsee [rev],
  Jennifer Chang [rev]
Maintainer: Lluís Revilla Sancho <lluis.revilla@gmail.com>
Repository: CRAN
Date/Publication: 2021-07-05 11:20:12 UTC
Built: R 4.1.3; ; 2023-04-17 17:14:59 UTC; windows
