Skip to content

Releases: ropensci/BaseSet

BaseSet 0.9.0

23 Aug 17:50
c1b64b9
Compare
Choose a tag to compare
  • tidy() now defaults to tidySet().

  • 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 complete ncol and nrow).

  • lengths() returns the number of relations for each set.

BaseSet 0.0.17

05 Jul 11:22
Compare
Choose a tag to compare
  • Fixing test when missing a package.
  • Adding copyright holder.

BaseSet 0.0.16

23 Apr 09:48
d7b989a
Compare
Choose a tag to compare

Adopt latest LazyData requirements from CRAN
Adopt latest Code of Conduct from rOpenSci

BaseSet 0.0.15

23 Apr 10:12
Compare
Choose a tag to compare
  • Upgrade R version requirements
  • Fix some links
  • Make sure that vignettes run when the Bioconductor packages are available

BaseSet 0.0.14

29 Nov 12:16
Compare
Choose a tag to compare

First CRAN release of BaseSet

  • All common methods for sets are provided
  • Methods are compatible with fuzzy sets