There is a newer version of the record available.

Published March 4, 2023 | Version v0.6.0
Software Open

MatthewHeun/matsbyname: v0.6.0

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 Matrix objects, thereby enabling use of sparse matrices. Use matsbyname::Matrix() to create sparse matrices if desired.
  • create_matrix_byname() gains matrix.class argument that tells whether the created object is of class matrix or Matrix. Default is "matrix".
  • New function is.Matrix() assists with determining whether an object is a Matrix. The base functionis.matrix() assists with determining whether an object is a matrix.
  • First function (sum_byname()) now works with Matrix objects, paving the way for sparse matrix representation throughout matsbyname.
  • In tests, cleaned up many warnings emanating from the change to testthat v3.
  • Reacted to a change in grouping policy in dplyr that 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