Releases: r-quantities/units
units 0.8-4
-
Identical unit division and multiplication will now respect
units_options(simplify = FALSE)
reverting a change from #310; #355
@billdenney -
Fix
scale_units
when bothunit
andtrans
are specified; #357
units 0.8-3
units 0.8-2
-
Names are preserved when doing unit conversions; #305 @billdenney
-
Identical units will always divide (
/
) and allow integer division (%/%
).
And, inverse units will always be able to multiply; #310 @billdenney -
Compare units via
ud_compare()
, fixing inconsistent results for aliases
and symbols; #339, #346, #347 -
Fix
units<-()
to treat an empty unit the same asNULL
; #332 -
New
as.data.frame()
method formixed_units
; #309 -
Use short paths for database loading on Windows to fix UTF-16 issues; #342
-
Add example in the docs about reversing a ggplot2 units scale; #343
-
Fix units in transformed axis; #323
-
Consider unitless as radians in trigonometric functions; #328
units 0.8-1
units 0.8-0
-
enhance unit mapping for newly installed units; #290
-
remove deprecations:
install_symbolic_unit
,remove_symbolic_unit
,
install_conversion_constant
,install_conversion_offset
; #290 -
fix multipliers for round trip log-exp operations; #292
-
integrate
ggplot2
scales (previously in theggforce
package) to
automatically print axes with units; #294 addressing #164 -
fix
all.equal.units
for non-unitscurrent
-
fix zero power; #285
-
fix
unique.units
to support arrays and matrices, implement methods for
duplicated
andanyDuplicated
-
always add units to labels, including user-provided ones; as part of #298
-
new symbols/names with a percentage character are not allowed due to an
upstream bug; #289
units 0.7-2
units 0.7-1
units 0.7-0
-
add
load_units_xml
to enable database reloading as well as loading
user-provided unit systems; #254 addressing #243, #244 -
add
install_unit
andremove_unit
for adding/removing custom user-defined
symbols or names, with optional mapping to existing units;
install_symbolic_unit
,remove_symbolic_unit
,install_conversion_constant
,
install_conversion_offset
are deprecated; #261 addressing #89 -
add
keep_units
, a helper to apply functions that do not preserve units;
#255 addressing #252 -
fix
as_units("")
, which is now equivalent tounitless
; #199 -
fix plot axes for
plot.formula
andplot.data.frame
; #213 -
fix arithmetic for powers above 1 and below -1; #264
-
improve arithmetic of logarithms; #249
-
remove deprecations:
as.units
,as_cf
,make_unit
,parse_unit
; #259 -
remove deprecated pre-computed
ud_units
database; #259