Recent Releases of BaseSet

BaseSet - BaseSet 1.0.0

  • 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() and nSets() gain a all 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() and names() functions to discover the names of the data in the slots.
  • Minor changes to getGAF() to improve speed.
  • Increase R version dependency to 4.1 to remove magrittr dependency.

- R
Published by llrs over 1 year ago

BaseSet - BaseSet 0.9.0

  • 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.

- R
Published by llrs almost 3 years ago

BaseSet - BaseSet 0.0.17

  • Fixing test when missing a package.
  • Adding copyright holder.

- R
Published by llrs about 5 years ago

BaseSet - BaseSet 0.0.15

  • Upgrade R version requirements
  • Fix some links
  • Make sure that vignettes run when the Bioconductor packages are available

- R
Published by llrs over 5 years ago

BaseSet - BaseSet 0.0.16

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

- R
Published by llrs over 5 years ago

BaseSet - BaseSet 0.0.14

First CRAN release of BaseSet

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

- R
Published by llrs over 5 years ago