BaseSet
Provides classes for working with sets. Contribute to ropensci/BaseSet development by creating an account on GitHub.
A tidy interface for set algebra that reached 1.0 and has been quiet since.
◆Recent moves
- 1y ago
1.0 completes TidySet naming and subsetting
Sets and elements present only in the object's factors become listable via an all argument, TidySets can be subset by sets and elements, and dimnames() and names() arrive. Raising the R floor to 4.1 to shed magrittr is a small dependency win that comes with it.
View source ↗ - 2y ago
Extractors and setters make TidySets behave like native R objects
[, $, [[ and their assignment forms start working on TidySets with a row/slot/column indexing scheme, length() and lengths() get sensible meanings, and union_closed() is added. This is the release that made the object idiomatic to use.
View source ↗ - 5y ago
BaseSet 0.0.17
A test fix for a missing package and a copyright holder addition. Housekeeping from the package's CRAN-compliance period.
View source ↗ - 5y ago
BaseSet 0.0.15
Raised R version requirements, fixed links, and guarded vignettes behind Bioconductor package availability. Build hygiene, no user-facing change.
View source ↗ - 5y ago
BaseSet 0.0.16
Adopts CRAN's LazyData requirements and the rOpenSci code of conduct. Note that this release is stamped after 0.0.17 in the feed despite the lower version number.
View source ↗ - 5y ago
First CRAN release ships set methods with fuzzy support
The initial CRAN release provides the common set operations with fuzzy-set compatibility built in from the start. Everything after it refines ergonomics rather than adding set theory.
View source ↗