Published March 4, 2023
| Version v0.6.0
Software
Open
MatthewHeun/matsbyname: v0.6.0
Authors/Creators
Description
matsbyname 0.6.0 (2023-03-04)
- Fixed a bug in
aggregate_pieces_byname()where failure occurred if there were repeated row (or column) names not included in the aggregation_map. - All functions now work with
Matrixobjects, thereby enabling use of sparse matrices. Usematsbyname::Matrix()to create sparse matrices if desired. create_matrix_byname()gainsmatrix.classargument that tells whether the created object is of classmatrixorMatrix. Default is "matrix".- New function
is.Matrix()assists with determining whether an object is aMatrix. The base functionis.matrix()assists with determining whether an object is amatrix. - First function (
sum_byname()) now works withMatrixobjects, paving the way for sparse matrix representation throughoutmatsbyname. - In tests, cleaned up many warnings emanating from
the change to
testthatv3. - Reacted to a change in grouping policy in
dplyrthat caused one test to issue a deprecation warning. - Update to latest GitHub actions continuous integration workflow.
- Many new tests for new features.
- Now at 2078 tests, all passing.
- Test coverage remains at 100 %.
Files
MatthewHeun/matsbyname-v0.6.0.zip
Files
(10.7 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:db095bc5b780c83d70ea87395a3d900a
|
10.7 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/MatthewHeun/matsbyname/tree/v0.6.0 (URL)