Note
This is a work in progress.
This repository documents the analysis of central bank speeches, obtained from Bank for International Settlements (BIS) Central Bankers' Speeches. The rendered documentation files can be viewed here.
First download or clone this repository and then activate the .Rproj file.
To install all dependencies required to replicate the analysis:
# install.packages("pak")
pak::local_install_deps()
To install all dependencies required to replicate the analysis and compile documentation:
# install.packages("pak")
pak::local_install_dev_deps()
TODO