Package: vecsets
Type: Package
Title: Like Set Tools in 'Base' Package but Keeps Duplicate Elements
Version: 1.4
Date: 2023-12-02
Authors@R: c(person(given = "Carl", family = "Witthoft", role = c("aut","cre"), email= "cellocgw@gmail.com"))
Description: The 'base'  tools  union() intersect(), etc.,  follow the algebraic definition
 that each element of a set must be unique. 
 Since it's often helpful to compare all elements of two vectors,
 this toolset treats every element as unique for counting purposes.
 For ease of use, all functions in vecsets have an argument
 'multiple' which, when set to FALSE,
 reverts them to the base::sets (alias for all the items) tools functionality.
License: LGPL-3
Imports: pracma
NeedsCompilation: no
Packaged: 2023-12-02 17:05:14 UTC; cgw
Author: Carl Witthoft [aut, cre]
Maintainer: Carl Witthoft <cellocgw@gmail.com>
Repository: CRAN
Date/Publication: 2023-12-02 17:50:02 UTC
Built: R 4.2.0; ; 2023-12-21 05:46:14 UTC; unix
