New features
fracture()
andfrac_mat()
no longer return an error when receiving a vector containingNA
orInf
values (#14).fracture(NA)
now returnsNA
.fracture(Inf)
now returns"Inf/1"
.
Bug fixes
- Fixed a bug where
frac_style()
would print integers in mixedfracture
s as"1 ⁰/₀"
instead of"1"
(#12).