abs()/fabs() with
std::abs() in the internal source code.acast(),
where it would, under certain circumstances, incorrectly specify
dimnames to the output, leading to an error. This is now
fixed.acast() method now allows unequal groups even when
x is of type raw.cast_shallow2atomic() casting method.cast_hier2dim() method can now set
dimnames automatically by specifying the new
direction.names argument.bc_strrep() method.vector2array() and undim()
helper functions.bcr as short-hand for
broadcaster.mbroadcasters().bind_array() is a
broadcaster, then the result will also be a
broadcaster.abs function with labs function
when using long integers in src/rcpp_bcFact_int.Update of first CRAN release.
Argument Changes:
The recurse_classed argument in the casting methods has
been replaced with the recurse_all argument.
Before, the argument recurse_classed controlled if the
casting methods recurse through classed lists.
Now, recurse_all, controls if the casting methods recurse
through classed and/or dimensional lists.
Moreover, the S3 methods in this package now check for unknown
arguments given through the ellipsis (...).
Behavioural Changes:
as_* functions now also preserve the
broadcaster class attribute.x and y in the bc.b()
method are of type raw, bc.b() will return
type of raw.New Methods:
hiernames2dimnames() method, to make it
easier to compose dimnames for the result of
cast_hier2dim().Documentation Improvements:
More tests:
abs function with labs function
when using long integers in src/rcpp_bc_int.