Changelog
Source:NEWS.md
Version 1.0-0 – Sep 21, 2024
- 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.
Version 0.1-2 – August 11, 2020
CRAN release: 2020-08-12
- 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.