Releases: MatthewHeun/matsindf
Releases · MatthewHeun/matsindf
v0.3.1
matsindf 0.3.1 (2019-10-26)
- Refactored
group_by_everything_except()
to use a new helper functioneverything_except()
- New function
group_by_everything_except()
- Added CRAN badge.
v0.3.0
matsindf 0.3.0 (2019-02-05)
- Address questions from CRAN:
- Title case: Matrices in Data Frames
-\dontrun{}
-->\donttest{}
in Roxygen examples - Fully-qualified all function calls in
matsindf
functions. - Now importing the
:=
and.data
at a high level. - Added TravisCI integration
- Added code coverage
v0.2.12
matsindf 0.2.12 (2018-01-07)
- Now importing the
magrittr
pipe at a high level.
v0.2.11
matsindf 0.2.11 (2018-11-13)
- Now creating README.md from README.Rmd for
pkgdown
documentation.
v0.2.10
matsindf 0.2.10 (2018-11-08)
- Breaking change: Default values of
rowtypes
andcoltypes
arguments to
expand_to_tidy
andcollapse_to_matrices
functions are no longerNULL
.
Rather, they are "rowtypes
" and "coltypes
".
v0.2.9
matsindf 0.2.9 (2018-11-06)
- Extended the
matsindf_apply
primer to include sections on usingmatsindf_apply
with a data frame and programming.
v0.2.8
matsindf 0.2.8 (2018-11-01)
- Added new vignette to documentation website,
which required moving from .Rnw to .Rmd file.
v0.2.7
matsindf 0.2.7 (2018-10-309)
- Added documentation website.
v0.2.6
matsindf 0.2.6 (2018-07-03)
- New function
index_column
that ratios both numbers and matrices relative to an initial time. - Many documentation improvements.
v0.2.5
matsindf 0.2.5 (2018-05-23)
expand_to_tidy
now accepts a named list of matrices as input.