- 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
- Minor changes to the vignette and documentation
- Changed the use of
purrr::nestin examples to maintain compatibility with updates to purrr - Added the
listclass to returned output to ensure compatibility with tibble 3.0 - Fixed bug in
pmap_*()functions (issue #11)
- Added
map_peacefullyvariants that combinemap_safelyandmap_quietly - Added
future_variants that integrate with thefurrrpackage to allow parallel processing - Internal changes to maintain compatibility with
tibble,vctrs,pillarandtidyrupdates
- Some internal rejiggering
- Custom pkgdown site theme!
- Vignette improvements
- First CRAN release!
- Added a
NEWS.mdfile to track changes to the package.
- Added
has_*()functions for use withdplyr:filter(). - Altered the
tally_*()functions to usehas_*()and thesummary()methods to usetally_*().
- Added
tally_*()functions for use withdplyr::summarise().
- Added
summary()methods to report the count of types of side effects in a column. - Added a pkgdown site
- Add a sick hex sticker!
- Improved documentation
- Lowered R version dependency