phsmethods 0.2.3
-
The {gdata} import has been dropped and replaced with {scales}.
-
extract_fin_year()is now much faster and will use less memory, especially for smaller vectors (1 to 1,000). -
format_postcode()is now faster and also gains aquietparameter, the default value isFALSEbut setting it toTRUEwill skip some of the checks and messages, this is useful when usingformat_postcode()to 'clean-up' and format a vector of postcodes, rather than wanting to check them. Because of the skipped checksquiet = TRUEshould also run faster. -
The installation instructions in the README have been updated.