broadcast 0.1.5.3
broadcast 0.1.5.3
- Replaced
absfunction withlabsfunction when using long integers in src/rcpp_bcFact_int.
broadcast 0.1.5.2
- Reduced the installation time and size of the compiled library, with almost no performance loss.
broadcast 0.1.5
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:
- The
as_*functions now also preserve thebroadcasterclass attribute. - If both
xandyin thebc.b()method are of typeraw,bc.b()will return type ofraw.
New Methods:
- Added the
hiernames2dimnames()method, to make it easier to composedimnamesfor the result ofcast_hier2dim().
Documentation Improvements:
- Added on-attach package start-up message.
- Fixed some spelling errors that went under the radar.
- Fixed some inconsistent usage of Title Case in the titles of the help pages.
- Shortened the main help page.
- Fixed some "See Also" sections in some of the help pages.
- Improved the "Examples" sections in some of the help pages.
More tests:
- Added and adapted the unit tests for the above changes.
- Re-ran the unit tests coverage report shown on the website.