- Add
removeVdiffrNewSnapShots()
with its aliasrmns()
to remove all new snapshots created byvdiffr
in the current working directory. - Add
setNames()
as an improved version ofstats::setNames()
- Add
getFailStr()
that gets the full failure message from a condition object as a string - Add
pia()
as a short alias toprependIndefArticle()
- Add
evalText()
to evaluate a characters as an R expression - the package is now internally linted with
lintr
- the pkgdown site is now tracked with google analytics
- the following arguments were renamed from using
snake_case
tocamelCase
:init_vals
increateHash()
is nowinitVals
zero_indexed
inenumerateit()
is nowzeroIndexed
- The
checks
argument ofvalidateObject()
now allows the input to also just be a single function - many functions now have assertions about its inputs
- corrected and improved some documentation
Initial CRAN release. Many functions err more on the "readability" side rather than the "fast" side, but performance improvements are to be added in every upcoming release as the rate of increase in exported functions per release slow down.