collateral 0.5.2 Unreleased

Minor changes

  • Change licence from GPL-3 to MIT
  • Change author’s contact email
  • Minor changes to the vignette and documentation
  • Change to the Description field of the DESCRIPTION
  • Change URL field of the DESCRIPTION to point to new personal website

collateral 0.5.1 Unreleased

Minor changes

  • Minor changes to the vignette and documentation
  • Changed the use of purrr::nest in examples to maintain compatibility with updates to purrr
  • Added the list class to returned output to ensure compatibility with tibble 3.0
  • Fixed bug in pmap_*() functions (issue #11)

collateral 0.5.0 Unreleased

Major changes

  • Added map_peacefully variants that combine map_safely and map_quietly
  • Added future_ variants that integrate with the furrr package to allow parallel processing
  • Internal changes to maintain compatibility with tibble, vctrs, pillar and tidyr updates

Minor changes

  • Some internal rejiggering
  • Custom pkgdown site theme!
  • Vignette improvements

collateral 0.4.2 2018-11-19

  • First CRAN release!

collateral 0.4.1 Unreleased

  • Added a NEWS.md file to track changes to the package.

collateral 0.4 Unreleased

  • Added has_*() functions for use with dplyr:filter().
  • Altered the tally_*() functions to use has_*() and the summary() methods to use tally_*().

collateral 0.3 Unreleased

collateral 0.2 Unreleased

  • Added summary() methods to report the count of types of side effects in a column.
  • Added a pkgdown site
  • Add a sick hex sticker!

collateral 0.1 Unreleased

  • Improved documentation
  • Lowered R version dependency