-
New functions added:
age_group()
(#23, @chrisdeans);chi_check()
(#30, @graemegowans);chi_pad()
(#30, @graemegowans); andmatch_area()
(#13, @jvillacampa). -
The first argument of
postcode()
is nowx
, as opposed tostring
. This is unlikely to break much, if any, existing code.postcode()
is also now slightly faster. -
phsmethods
no longer importsstringi
. -
phsmethods
now depends on a version of R >= 2.10. -
Jack Hannah is no longer a maintainer.
-
file_size()
,fin_year()
,qtr()
,qtr_end()
,qtr_next()
andqtr_prev()
now useinherits(x, "y")
instead ofclass(x) == "y"
to check class. The reasoning is explained in this blogpost by Martin Maechler. -
The performance of
fin_year()
has been improved. The function now extracts the unique date(s) from the input, calculates the associated financial year(s), and joins to the original input. This is in contrast with the original method, which directly calculated the financial year of all input dates individually.
- Initial package release.
file_size()
,fin_year()
,postcode()
,qtr()
,qtr_end()
,qtr_next()
andqtr_prev()
functions added.