Major changes
No major functionality changes.
Bug fixes
The following changes were made to comply with changes in package dependencies and base R:
- this package now adheres to the strict use of
TRUE
andFALSE
instead ofT
andF
- this package now no longer uses the deprecated
dplyr
helper functionsmutate_()
,filter_()
,select_()
, etc. - this package now switched to using
rlang
instead oflazyeval