Package: hset
Type: Package
Title: Sets of Numbers Implemented with Hash Tables
Version: 0.1.1
Author: Giacomo Ceoldo [aut, cre, cph]
Authors@R: person("Giacomo", "Ceoldo", role = c("aut", "cre", "cph"), email = "giacomo.ceoldo@usi.ch")
Maintainer: Giacomo Ceoldo <giacomo.ceoldo@usi.ch>
Description: Implementation of S4 class of sets and multisets of numbers.
    The implementation is based on the hash table from the package 'hash'.
    Quick operations are allowed when the set is a dynamic object.
    The implementation is discussed in detail in Ceoldo and Wit (2023) <arXiv:2304.09809>.
Imports: hash, methods
Encoding: UTF-8
License: MIT + file LICENSE
NeedsCompilation: no
Packaged: 2023-04-28 16:30:57 UTC; giacomoceoldo
Repository: CRAN
Date/Publication: 2023-04-28 22:20:18 UTC
Built: R 4.3.3; ; 2025-04-07 00:58:25 UTC; windows
