The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
awe_inflator() (all employees’ average weekly
total earnings) and awote_inflator() (full-time adults’
average weekly ordinary time earnings), with original, seasonal and
trend data functions and bundled ABS May 2026 data.
download_data() includes all six new series.readabs or ABS-Catalogue, without release-specific URLs or
workbook-position assumptions.Inflate() and custom/forecast series now support
regular half-yearly indices. Periods are anchored to the observation
month: May to October and November to April for the earnings series,
with the usual exact endpoint checks.download_data() requests
return integer statuses without creating or advancing the last-update
marker.grattanInflators_has_no_data() checks for nonempty
files without reading their contents; selecting an index still validates
snapshot freshness.Inflate(x = ) no longer writes past the end of
x when x is shorter than from,
and no longer requires x to be a double: the length is
checked in both R and C, and an integer x is coerced (and
so must be read back from the return value).NaN. This check is unconditional: check = 0
suppresses diagnostics, never bounds checks.fast_as_idate(), Inflate() and the internal
Year()/YearMonthSplit() return empty
results.fast_as_idate() no longer indexes before the start of
its month table when the month component is zero or a month name is
unrecognised (e.g. "01/00/2024",
"01XYZ1948").CHAR(),
length()) are no longer run under OpenMP, as most of the R
API is not thread-safe.format_idate() produced
impossible strings such as "2075-11-61"."2999-01-01"
was silently read as 1999; it is now rejected (or NaN when
check = 0).fy_month >= 7, the two
disagreed by one calendar year.<fy> object now means the same thing as the
equivalent "YYYY-YY" string. Previously it lost its class
during conversion and was read as January of the ending year, whatever
fy_month was."2015-Q1") is now the last month of that
quarter everywhere. The checker used Mar/Jun/Sep/Dec and the converter
Feb/May/Aug/Nov, which differ on a monthly index."2020"), or
with arbitrary bytes in the separator positions, is rejected rather than
passed and then silently converted to NaN.cpi_inflator(2015.9, 2016)) is an
error rather than being truncated to 2015.fast_as_idate)format = "%d-%m-%Y" is now supported, as announced in
0.5.2. guess_format() could return it while the parser did
not recognise it and read the date year-first instead.format is now an error rather than
being read as "%Y-%m-%d".guess_format() now recognises day-first dates beginning
30 or 31, and reports the separator actually used.check now applies to every format, not only
"%Y-%m-%d".dr2index() no longer skips the first period after the
end of the published series, and no longer adds a period beyond the
requested date..next_date() no longer produces a thirteenth month for
a quarterly series anchored in October or November, and clamps the day
of the month rather than producing an invalid date.r2index() no longer errors with “object ‘next_date’ not
found”.cpi_original(2030, 0.1, 0.05)) is now
dispatched correctly."-5%" was read as +5% and "1e-2"
as 12. Rates are now validated against a strict grammar and
a rate of -100% or less is rejected.fable fallback extension built one more date
than value for annual series (producing a recycling warning and a wrong
final row), and used quarterly arithmetic for monthly series. Both are
fixed.fable path restores the data.table
thread count with on.exit(), so a modelling error no longer
leaves it changed.download_data() continues to store
newer copies in the user data directory. A downloaded copy takes
precedence only when its observation coverage is at least as recent as
the bundled snapshot, so a cache left by an older package version cannot
mask newer bundled data.index is now validated before use: it must have
date and value columns, at least two rows,
strictly increasing dates forming a regular annual, quarterly or monthly
sequence, and finite non-zero values. The native code computes a row
offset arithmetically, so an irregular or unsorted index would otherwise
be read at the wrong position..bak), and the in-memory
copy of a refreshed series is dropped so that
download_data() takes effect within a session.GET_SERIES_FY() no longer adds an fy
column by reference to the cached series.fast_as_idate(x, format = "%d/%m/%Y") now works with
nchar(x) != 10, e.g. “1/1/2000”STRING_PTR now STRING_PTR_ROfast_as_idate now parses %d%b%Y and
%d-%m-%Y type datescpi_ functions did not pass down FORECAST
argument; wage_, lfi_ did not pass down
series argumentfy_month now factored into character strings when
determining checkdownload_data now downloads/updates monthly CPI
dataR_xlen_t
printing.NEWS.md file to track changes to the
package.cpi_original(...).These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.