Package: rIntervalTree
Type: Package
Title: An Interval Tree Tool for Real Numbers
Version: 0.1.0
Authors@R: c(person("Shuye", "Pu", role = c("aut", "cre"), email = "shuye2009@gmail.com"))              
Author: Shuye Pu [aut, cre]
Maintainer: Shuye Pu <shuye2009@gmail.com>
Description: This tool can be used to build binary interval trees using real number inputs. 
    The tree supports queries of intervals overlapping a single number or an interval (start, end). 
    Intervals with same bounds but different names are treated as distinct intervals. 
    Insertion of intervals is also allowed. Deletion of intervals is not implemented at this point.
    See  Mark de Berg, Otfried Cheong, Marc van Kreveld, Mark Overmars (2008). Computational Geometry: Algorithms and Applications, for a reference.
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Collate: 'Interval.R' 'IntervalTree.R'
Imports: methods
NeedsCompilation: no
Packaged: 2019-04-18 16:34:12 UTC; greenblatt
Repository: CRAN
Date/Publication: 2019-04-23 09:20:03 UTC
Built: R 4.4.0; ; 2024-04-23 01:08:44 UTC; windows
