collateral 0.5.2
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
Minor changes
- 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)
collateral 0.5.0
Major changes
- 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
Minor changes
- Some internal rejiggering
- Custom pkgdown site theme!
- Vignette improvements
collateral 0.4.2
collateral 0.4.1
- Added a NEWS.mdfile to track changes to the
package.
collateral 0.4
- Added has_*()functions for use withdplyr:filter().
- Altered the tally_*()functions to usehas_*()and thesummary()methods to usetally_*().
collateral 0.3
- Added tally_*()functions for use withdplyr::summarise().
collateral 0.2
- 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
- Improved documentation
- Lowered R version dependency