Releases: Qile0317/FastUtils
Releases · Qile0317/FastUtils
FastUtils 0.2.1
Additions
- 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
Changes
- 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