With this release, valaddin is frozen. The next iteration of valaddin is the rong package. Future releases of valaddin itself will only fix bugs.
-
Maintenance of the package has been substantially simplified by dropping purrr as a dependency (#57, #58).
-
The lazyeval requirement has been bumped to 0.2.1, to get functionality that was provisionally provided by future.R. The lazyeval package, which is itself frozen, is now the sole dependency.
Breaking changes
-
vld_singleton()
now only checks whether an object has length 1, atomic or not. -
Bare-vector checkers (e.g.,
vld_bare_logical()
) have been removed.