- Fixing floating point number comparisons (#17).
- Added global package options via
intrval_options()
. - The
"use_fpCompare"
option controls the use of fpCompare for numeric-to-numeric comparisons, default isTRUE
; this is potentially a breaking change, useintrval_options(use_fpCompare = FALSE)
for the mostly undesirable base R behavior.
- Maintainer email changed to personal.
- Added functions
%[c]%
,%[c)%
,%(c]%
, and%(c)%
to divide a range into 3 intervals. - Added aliases
%nin%
and%notin%
to%ni%
for better code readability.
NA
handling inconsistency fixed and documented (#8).- All possible interval-to-interval operators added (#6).
- CRAN release version.
- Functions finalized.
- Documentation and tests added.
- Initial bunch of functions.