thisutils
thisutils 0.1.5
- func:
- Update
add_pkg_file()
function. Now,
add_pkg_file()
can automatically extract information of
R package from DESCRIPTION
file and save it in the
./R/
folder.
thisutils 0.1.4
- func:
- Delete
str_wrap()
function.
thisutils 0.1.3
- func:
- Replace
purrr::map2()
with mapply()
, and
delete purrr
package in DESCRIPTION
.
- Replace
methods::is()
with inherits()
, and
delete methods
package in DESCRIPTION
.
- docs:
- Update documentation for some functions.
thisutils 0.1.1
- func:
- Add
matrix_process()
function.
thisutils 0.0.9
- func:
- Add
matrix_to_table()
and
table_to_matrix()
functions for data conversion between
matrix and table formats.
- Modify parameter
sparse
to return_sparse
for as_matrix()
- docs:
- Update documentation for some functions.
thisutils 0.0.8
- docs:
- Update documentation for some functions.