Skip to content

Releases: MatthewHeun/matsindf

v0.3.1

03 Nov 00:02
Compare
Choose a tag to compare

matsindf 0.3.1 (2019-10-26)

  • Refactored group_by_everything_except() to use a new helper function everything_except()
  • New function group_by_everything_except()
  • Added CRAN badge.

v0.3.0

14 Feb 18:44
Compare
Choose a tag to compare

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

07 Jan 21:24
Compare
Choose a tag to compare

matsindf 0.2.12 (2018-01-07)

  • Now importing the magrittr pipe at a high level.

v0.2.11

13 Nov 20:54
Compare
Choose a tag to compare

matsindf 0.2.11 (2018-11-13)

  • Now creating README.md from README.Rmd for pkgdown documentation.

v0.2.10

08 Nov 21:56
Compare
Choose a tag to compare

matsindf 0.2.10 (2018-11-08)

  • Breaking change: Default values of rowtypes and coltypes arguments to
    expand_to_tidy and collapse_to_matrices functions are no longer NULL.
    Rather, they are "rowtypes" and "coltypes".

v0.2.9

06 Nov 13:56
Compare
Choose a tag to compare

matsindf 0.2.9 (2018-11-06)

  • Extended the matsindf_apply primer to include sections on using matsindf_apply with a data frame and programming.

v0.2.8

01 Nov 13:27
Compare
Choose a tag to compare

matsindf 0.2.8 (2018-11-01)

  • Added new vignette to documentation website,
    which required moving from .Rnw to .Rmd file.

v0.2.7

30 Oct 16:53
Compare
Choose a tag to compare

matsindf 0.2.7 (2018-10-309)

  • Added documentation website.

v0.2.6

03 Jul 17:51
Compare
Choose a tag to compare

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

23 May 20:18
Compare
Choose a tag to compare

matsindf 0.2.5 (2018-05-23)

  • expand_to_tidy now accepts a named list of matrices as input.