Changelog
Source:NEWS.md
BaseSet (development version)
- Now it is possible to list sets and elements that are not present in the relations but might be on the object via its factors:
name_sets()
,name_elements()
,nElements()
andnSets()
gain aall
argument. - Fix a problem with
$<-
when the length did match a slot but the name didn’t. - Now it is possible to use sets and elements to subset a TidySet (but not for relations).
- New
dimnames()
andnames()
functions to discover the names of the data in the slots. - Minor changes to
getGAF()
to improve speed.
BaseSet 0.9.0
CRAN release: 2023-08-22
-
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.
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.16
CRAN release: 2021-04-22
- Update Code of Conduct to rOpenSci template
- Fix NOTE about LazyData
BaseSet 0.0.15
CRAN release: 2021-03-20
- Upgrade R version requirements
- Fix some links
- Make sure that vignettes run when the Bioconductor packages are available