Skip to content

lans2r version 1.1.0

Latest
Compare
Choose a tag to compare
@sebkopf sebkopf released this 24 Jun 02:53
· 11 commits to master since this release
8521a54

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 and FALSE instead of T and F
  • this package now no longer uses the deprecated dplyr helper functions mutate_(), filter_(), select_(), etc.
  • this package now switched to using rlang instead of lazyeval