NEWS.md
rmarkdown::render
add %<<% and %>>% operators (‘less than’; ‘greater than’)
%<<%
%>>%
move cph to end of the author field so aut displays as first name on CRAN
cph
aut
fix bug report url in documentation
improved documentation and formatting:
initial version
adds new numeric relational operators that do comparisons using a tolerance value:
%>=%
%<=%
%==%
%!=%
use options(fpCompare.tolerance = value) to set tolerance
options(fpCompare.tolerance = value)