The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
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[@]metanet.ch.
httr2
rather than a mix of
httr
and base::download.file()
.bsef()
now takes a start and end date
reflecting updates to the API.ddr()
:
field_specs
argument has been dropped. This
was not robust and is better handled by users.show_col_types
argument to TRUE
.cme()
:
field_specs
argument has been dropped. This
was not robust and is better handled by users.show_col_types
argument to TRUE
.bsdr()
to retrieve Bloomberg SDR data (also closes
#23)bsef()
to retrieve Bloomberg SEF dataddr()
to retrieve DTCC Data Repository data (also
closes #25)cme()
to retrieve CME SDR dataget_bsdr_data()
is defunct. Use the new function
bsdr()
instead which has a different interface to
get_bsdr_data()
.get_bsef_data()
is defunct. Use the new function
bsef()
instead which has a different interface to
get_bsef_data()
.get_ddr_data()
is defunct. Use the new function
ddr()
instead which has a different interface to
get_ddr_data()
.get_cme_data()
is defunct. Use the new function
cme()
instead which has a different interface to
get_cme_data()
.R
as well as
readr
, httr
and utils
packages.
The latter to ensure that downloader::download()
can be
replaced by an implementation of utils::download.file()
that supports https:
URLs.httr::url_ok()
with expressions
containing httr::status_code()
as the former is
deprecatedasset_class
in
get_bsef_data()
. Defaults to downloading data for all asset
classescurate
argument.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.