- 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::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)
- Added
map_peacefully
variants that combinemap_safely
andmap_quietly
- Added
future_
variants that integrate with thefurrr
package to allow parallel processing - Internal changes to maintain compatibility with
tibble
,vctrs
,pillar
andtidyr
updates
- Some internal rejiggering
- Custom pkgdown site theme!
- Vignette improvements
- First CRAN release!
- Added a
NEWS.md
file 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