Address CRAN warnings about packages used in tests not in
suggests.
0.2.4
As per #93,
ensure that attribute comparisons are always done in the same order. We
now sort the attribute lists prior to comparison. This may result in
slightly different output than previously as which attribute is declared
incorrect or missing may change as a result of the sort since the first
such attribute is reported. Additionally, there is now more explicit
handling of missing attributes so the error reporting for them will be
slightly different.
Fix memory problems reported by valgrind.
0.2.3
#92vetr evaluated expressions in wrong environment.
#89 Zero
length vetting token results pass; this is to align with
all(logical(0)) and consequently
stopifnot.
Change R dependency to 3.3.2 to avoid problems with CRAN osx R-devel
build.
0.2.0
#48:
Implement all_bw, a more efficient version of
!anyNA(.) && all(. < x) && all(. > y).
#65#51: Check
expressions that return character vectors will have part of the first
element of that vector included in the error message.
#69: Vetting
expressions that use the symbol of the object being vetted are no longer
valid. This avoid confusion caused by intended standard tokens being
treated as template tokens because they use the object symbol instead of
. to refer to the object.
#64: Rewrite
result handling for multi token expressions to avoid unnecessary slow
downs