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.
logLinearProjection() has a new data-masked interface
designed for use inside dplyr verbs: it now takes bare column names
(logLinearProjection(date, value, start_date, end_date))
instead of a data frame plus column-name strings
(logLinearProjection(tbl, "date", "value", ...)). Code
using the old string-based interface must be updated.getDallasTrimPCE() downloads the component-level data
underlying the Dallas Fed Trimmed Mean PCE inflation rate and returns a
tidy panel with trimming weights and trim-side flags.getUnrateFRED() retrieves unemployment and labor force
levels from FRED and computes the unemployment rate.date_breaks_gg() and date_breaks_n()
provide evenly spaced date breaks for ggplot2 axes.getBLSFiles() supports Consumer Expenditure Survey flat
files (data_source = "cex").dallasTrimPCEcomponents maps PCE line items
to Dallas Fed trimmed-mean components.getFRED() downloads via httr::GET() with
an explicit user agent, fixing intermittent “HTTP/2 stream was not
closed cleanly” failures against FRED’s CSV endpoint.getBLSFiles() no longer produces duplicate
.x/.y columns when lookup files share metadata
column names; shared metadata columns are prefixed with the lookup file
name.getBLSFiles() now restores the user’s
HTTPUserAgent option on exit.logLinearProjection() no longer calls the deprecated
dplyr::cur_data_all(), which warned on every use under
dplyr >= 1.1.0; it now uses dplyr::pick(). Calls using
the old pre-0.2.0 string interface fail with an informative error
pointing to the new interface.logLinearProjection().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.