Changelog
Source:NEWS.md
thisutils 0.1.3
-
func:
- Replace
purrr::map2()
withmapply()
, and deletepurrr
package inDESCRIPTION
. - Replace
methods::is()
withinherits()
, and deletemethods
package inDESCRIPTION
.
- Replace
-
docs:
- Update documentation for some functions.
thisutils 0.1.1
-
func:
- Add
matrix_process()
function.
- Add
thisutils 0.0.9
-
func:
- Add
matrix_to_table()
andtable_to_matrix()
functions for data conversion between matrix and table formats. - Modify parameter
sparse
toreturn_sparse
foras_matrix()
- Add
-
docs:
- Update documentation for some functions.