Releases: ropensci/BaseSet
Releases · ropensci/BaseSet
BaseSet 0.9.0
-
tidy()
now defaults totidySet()
. -
New function
union_closed()
. -
Make more robust the code to unwanted dimensions drops.
-
power_set()
returns also the sets of size 1 and have better names by default. -
Extractors
[
,$
,[[
and setters[<-
,$<-
,[[<-
now work for
TidySets:i
indicates rows,j
either "relations", "sets" or "elements"k
the columns of the slot.
However
TS[["A"]]
extracts set "A" and replacing it via[[<-
will remove
it. -
Completion of
$
works. -
length()
returns the number of sets (to completencol
andnrow
). -
lengths()
returns the number of relations for each set.
BaseSet 0.0.17
- Fixing test when missing a package.
- Adding copyright holder.
BaseSet 0.0.16
Adopt latest LazyData requirements from CRAN
Adopt latest Code of Conduct from rOpenSci
BaseSet 0.0.15
- Upgrade R version requirements
- Fix some links
- Make sure that vignettes run when the Bioconductor packages are available
BaseSet 0.0.14
First CRAN release of BaseSet
- All common methods for sets are provided
- Methods are compatible with fuzzy sets